fixed invalid dependency to msvcrt

svn path=/trunk/; revision=13058
This commit is contained in:
Thomas Bluemel 2005-01-15 16:01:55 +00:00
parent e3ea6fc396
commit 96bc14a162

View file

@ -11,9 +11,9 @@ TARGET_SDKLIBS = pseh.a epsapi.a ntdll.a kernel32.a
TARGET_CFLAGS = -I./include -Wall -Werror
# require os code to explicitly request A/W version of structs/functions
TARGET_CFLAGS += -D_DISABLE_TIDENTS
TARGET_CFLAGS += -D_DISABLE_TIDENTS -D_SEH_NO_NATIVE_NLG
TARGET_LFLAGS = -nostartfiles
TARGET_LFLAGS = -nostartfiles -nostdlib
TARGET_BASE = $(TARGET_BASE_LIB_PSAPI)