summaryrefslogtreecommitdiff
path: root/asm/Makefile
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2021-05-11 12:48:20 +0800
committerIru Cai <mytbk920423@gmail.com>2021-05-11 12:48:20 +0800
commit4c2bb0c68250e45d0a0f82a6f84fe893b54219ee (patch)
treec75d9ffcb62942462cb04cff19c8d519f2ad200f /asm/Makefile
parent35f49ca074059d96768eacdfd28f9748daf5b5c8 (diff)
downloadrich4-4c2bb0c68250e45d0a0f82a6f84fe893b54219ee.tar.xz
use tool_strings.c
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 05a604d..b1eaaf3 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 card_table.obj
+OBJS = rich4.obj rich4_time.obj card_strings.obj stocks_data.obj card_table.obj tool_strings.obj
rich4.exe: $(OBJS)
$(LD) -o $@ $(OBJS) $(LDFLAGS) $(LIBS)