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)