mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +00:00
fixed invalid dependency to msvcrt
svn path=/trunk/; revision=13058
This commit is contained in:
parent
e3ea6fc396
commit
96bc14a162
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue