MinGW includes libmsvcrt.a by default, no need to add it manually

svn path=/trunk/; revision=4349
This commit is contained in:
KJK::Hyperion 2003-03-19 21:36:01 +00:00
parent 85e1c49842
commit 14597f5f11

View file

@ -20,8 +20,7 @@ WINE_INCLUDE = ./
TARGET_SDKLIBS = \
kernel32.a \
user32.a \
msvcrt.a
user32.a
TARGET_OBJECTS = \
cmd.o attrib.o alias.o batch.o beep.o call.o chcp.o choice.o \