summaryrefslogtreecommitdiff
path: root/asm/Makefile
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2021-05-10 13:32:23 +0800
committerIru Cai <mytbk920423@gmail.com>2021-05-10 19:56:04 +0800
commite61f44d652102af22185a4f99fa7aa31e43b2c44 (patch)
treed6a3dd1c478b4300bfe9b73ae536fdb9b0c97438 /asm/Makefile
parent1af14ef0c694c98cd1ecd4c8ab9166f905a837a4 (diff)
downloadrich4-e61f44d652102af22185a4f99fa7aa31e43b2c44.tar.xz
use msvcrt memcpy
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 0b8b3c0..17df9dc 100644
--- a/asm/Makefile
+++ b/asm/Makefile
@@ -2,6 +2,7 @@ CROSS=i686-w64-mingw32-
LD=$(CROSS)ld
LDFLAGS=-e fcn_0045709c
LIBS=-lgdi32 -luser32 -lkernel32 -lwinmm -ldsound -lddraw
+LIBS+=-lmsvcrt
%.exe: %.obj
$(LD) -o $@ $< $(LDFLAGS) $(LIBS)