summaryrefslogtreecommitdiff
path: root/asm/Makefile
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2021-05-12 21:58:02 +0800
committerIru Cai <mytbk920423@gmail.com>2021-05-12 21:58:02 +0800
commitfb03ce1ad31943fd48cb15439ee4dbd08d300727 (patch)
tree43ee32102f52a83fedb27ed4e54c4a1571b22823 /asm/Makefile
parente4279971a21e7a28b5dee373e34cdf31269defbc (diff)
downloadrich4-fb03ce1ad31943fd48cb15439ee4dbd08d300727.tar.xz
move out mthread 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 b6c8c21..0a175e7 100644
--- a/asm/Makefile
+++ b/asm/Makefile
@@ -7,7 +7,7 @@ LIBS+=-lmsvcrt
OBJS = rich4.obj rich4_time.obj card_strings.obj stocks_data.obj card_table.obj tool_strings.obj \
players.obj \
- rich4_clib.obj
+ rich4_crt_mthread.obj rich4_clib.obj
rich4.exe: $(OBJS)
$(LD) -o $@ $(OBJS) $(LDFLAGS) $(LIBS)