update for HEAD-2003091401
[reactos.git] / lib / psapi / makefile
index 2931dee..c96c5f7 100644 (file)
@@ -8,7 +8,10 @@ TARGET_NAME = psapi
 
 TARGET_SDKLIBS = epsapi.a ntdll.a kernel32.a
 
-TARGET_CFLAGS = -I./include
+TARGET_CFLAGS = -I./include -Wall -Werror
+
+# require os code to explicitly request A/W version of structs/functions
+TARGET_CFLAGS += -D_DISABLE_TIDENTS
 
 TARGET_LFLAGS = -nostartfiles -nostdlib