mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +00:00
MinGW includes libmsvcrt.a by default, no need to add it manually
svn path=/trunk/; revision=4349
This commit is contained in:
parent
85e1c49842
commit
14597f5f11
1 changed files with 1 additions and 2 deletions
|
@ -20,8 +20,7 @@ WINE_INCLUDE = ./
|
||||||
|
|
||||||
TARGET_SDKLIBS = \
|
TARGET_SDKLIBS = \
|
||||||
kernel32.a \
|
kernel32.a \
|
||||||
user32.a \
|
user32.a
|
||||||
msvcrt.a
|
|
||||||
|
|
||||||
TARGET_OBJECTS = \
|
TARGET_OBJECTS = \
|
||||||
cmd.o attrib.o alias.o batch.o beep.o call.o chcp.o choice.o \
|
cmd.o attrib.o alias.o batch.o beep.o call.o chcp.o choice.o \
|
||||||
|
|
Loading…
Reference in a new issue