summaryrefslogtreecommitdiff
path: root/asm/Makefile
diff options
context:
space:
mode:
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)