summaryrefslogtreecommitdiff
path: root/asm/Makefile
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2021-05-10 23:20:04 +0800
committerIru Cai <mytbk920423@gmail.com>2021-05-10 23:23:13 +0800
commitf36fad2189fbee4bfab41a8ab62e1ef93ad118eb (patch)
treeeca1b5129fafc1566ceb44e7694afebb03adbdbb /asm/Makefile
parentde80c4796ba2e5c3045f523a8f2898dec45af49f (diff)
downloadrich4-f36fad2189fbee4bfab41a8ab62e1ef93ad118eb.tar.xz
split out stocks data
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 5ce40a5..9e626e1 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
+OBJS = rich4.obj rich4_time.obj card_strings.obj stocks.obj
rich4.exe: $(OBJS)
$(LD) -o $@ $(OBJS) $(LDFLAGS) $(LIBS)