[ros-diffs] [weiden] 13058: fixed invalid dependency to msvcrt

weiden at svn.reactos.com weiden at svn.reactos.com
Sat Jan 15 17:01:57 CET 2005


fixed invalid dependency to msvcrt
Modified: trunk/reactos/lib/psapi/makefile
  _____  

Modified: trunk/reactos/lib/psapi/makefile
--- trunk/reactos/lib/psapi/makefile	2005-01-15 15:28:51 UTC (rev
13057)
+++ trunk/reactos/lib/psapi/makefile	2005-01-15 16:01:55 UTC (rev
13058)
@@ -11,9 +11,9 @@

 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)
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050115/21190ff7/attachment.html


More information about the Ros-diffs mailing list