diff options
author | Iru Cai <mytbk920423@gmail.com> | 2021-05-11 22:39:40 +0800 |
---|---|---|
committer | Iru Cai <mytbk920423@gmail.com> | 2021-05-11 22:39:40 +0800 |
commit | a4adeb33be9a222042e8cd2a74048a6635459744 (patch) | |
tree | 6c42eceeb6689f2e45949b631fa8fdfb33ce7c70 /asm/Makefile | |
parent | 3265b64a2a56f60fc4636f6d99005a0307a04fa8 (diff) | |
download | rich4-a4adeb33be9a222042e8cd2a74048a6635459744.tar.xz |
player info in 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 5199734..b6c8c21 100644 --- a/asm/Makefile +++ b/asm/Makefile @@ -6,6 +6,7 @@ LIBS=-lgdi32 -luser32 -lkernel32 -lwinmm -ldsound -lddraw 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.exe: $(OBJS) |