summaryrefslogtreecommitdiff
path: root/asm/Makefile
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2021-05-11 09:03:04 +0800
committerIru Cai <mytbk920423@gmail.com>2021-05-11 09:03:04 +0800
commit35f49ca074059d96768eacdfd28f9748daf5b5c8 (patch)
tree4ec3a678f31cc216ba3c0d7754d6de4eb56074ec /asm/Makefile
parent93dac59fbe6f8d4b9b83e05fba6fc0cfdca1a4ee (diff)
downloadrich4-35f49ca074059d96768eacdfd28f9748daf5b5c8.tar.xz
use C card table
Diffstat (limited to 'asm/Makefile')
-rw-r--r--asm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/Makefile b/asm/Makefile
index 071704e..05a604d 100644
--- a/asm/Makefile
+++ b/asm/Makefile
@@ -5,7 +5,7 @@ LDFLAGS=-e fcn_0045709c
LIBS=-lgdi32 -luser32 -lkernel32 -lwinmm -ldsound -lddraw
LIBS+=-lmsvcrt
-OBJS = rich4.obj rich4_time.obj card_strings.obj stocks_data.obj
+OBJS = rich4.obj rich4_time.obj card_strings.obj stocks_data.obj card_table.obj
rich4.exe: $(OBJS)
$(LD) -o $@ $(OBJS) $(LDFLAGS) $(LIBS)