From a4adeb33be9a222042e8cd2a74048a6635459744 Mon Sep 17 00:00:00 2001 From: Iru Cai Date: Tue, 11 May 2021 22:39:40 +0800 Subject: player info in C --- asm/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'asm/Makefile') 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) -- cgit v1.2.3