diff options
author | Iru Cai <mytbk920423@gmail.com> | 2021-05-10 23:32:48 +0800 |
---|---|---|
committer | Iru Cai <mytbk920423@gmail.com> | 2021-05-10 23:32:48 +0800 |
commit | 06c370edeb1944a9743a4a87fb92ea61b379b727 (patch) | |
tree | 36371f3bbecccd94cb4a74ddcc8d40987ae8de53 /asm/Makefile | |
parent | f36fad2189fbee4bfab41a8ab62e1ef93ad118eb (diff) | |
download | rich4-06c370edeb1944a9743a4a87fb92ea61b379b727.tar.xz |
use stocks data C code
Diffstat (limited to 'asm/Makefile')
-rw-r--r-- | asm/Makefile | 2 |
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) |