summaryrefslogtreecommitdiff
path: root/asm/Makefile
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2021-05-13 21:03:06 +0800
committerIru Cai <mytbk920423@gmail.com>2021-05-13 21:03:06 +0800
commite77e983754542a8b02ac7319655d7658284d6953 (patch)
treed17817613b954ebc6bcf3c47956400c9e833a1bb /asm/Makefile
parentbd375c48c12361120ef8891c24a0f804f693cfd3 (diff)
downloadrich4-e77e983754542a8b02ac7319655d7658284d6953.tar.xz
use window_util.c
Diffstat (limited to 'asm/Makefile')
-rw-r--r--asm/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/asm/Makefile b/asm/Makefile
index 0a175e7..4e4041a 100644
--- a/asm/Makefile
+++ b/asm/Makefile
@@ -7,6 +7,7 @@ LIBS+=-lmsvcrt
OBJS = rich4.obj rich4_time.obj card_strings.obj stocks_data.obj card_table.obj tool_strings.obj \
players.obj \
+ window_util.obj \
rich4_crt_mthread.obj rich4_clib.obj
rich4.exe: $(OBJS)