summaryrefslogtreecommitdiff
path: root/asm/Makefile
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2021-05-14 13:09:10 +0800
committerIru Cai <mytbk920423@gmail.com>2021-05-14 13:09:10 +0800
commit66aee2adab9e368f88659e269681a8b27ace4466 (patch)
treed0b5ba0e4d467695b2ae01d9324c1a56fcc7bf24 /asm/Makefile
parente77e983754542a8b02ac7319655d7658284d6953 (diff)
downloadrich4-66aee2adab9e368f88659e269681a8b27ace4466.tar.xz
move out some entry code
Diffstat (limited to 'asm/Makefile')
-rw-r--r--asm/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/asm/Makefile b/asm/Makefile
index 4e4041a..d65cddf 100644
--- a/asm/Makefile
+++ b/asm/Makefile
@@ -1,11 +1,12 @@
CROSS=i686-w64-mingw32-
CC=$(CROSS)gcc
LD=$(CROSS)ld
-LDFLAGS=-e fcn_0045709c
+LDFLAGS=-e entry
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 \
+OBJS = entry.obj \
+ 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