diff options
author | Iru Cai <mytbk920423@gmail.com> | 2021-05-13 21:03:06 +0800 |
---|---|---|
committer | Iru Cai <mytbk920423@gmail.com> | 2021-05-13 21:03:06 +0800 |
commit | e77e983754542a8b02ac7319655d7658284d6953 (patch) | |
tree | d17817613b954ebc6bcf3c47956400c9e833a1bb /asm/Makefile | |
parent | bd375c48c12361120ef8891c24a0f804f693cfd3 (diff) | |
download | rich4-e77e983754542a8b02ac7319655d7658284d6953.tar.xz |
use window_util.c
Diffstat (limited to 'asm/Makefile')
-rw-r--r-- | asm/Makefile | 1 |
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) |