summaryrefslogtreecommitdiff
path: root/asm/Makefile
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2021-05-10 23:32:48 +0800
committerIru Cai <mytbk920423@gmail.com>2021-05-10 23:32:48 +0800
commit06c370edeb1944a9743a4a87fb92ea61b379b727 (patch)
tree36371f3bbecccd94cb4a74ddcc8d40987ae8de53 /asm/Makefile
parentf36fad2189fbee4bfab41a8ab62e1ef93ad118eb (diff)
downloadrich4-06c370edeb1944a9743a4a87fb92ea61b379b727.tar.xz
use stocks data C code
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 9e626e1..071704e 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.obj
+OBJS = rich4.obj rich4_time.obj card_strings.obj stocks_data.obj
rich4.exe: $(OBJS)
$(LD) -o $@ $(OBJS) $(LDFLAGS) $(LIBS)