Patch by Jonathon Wilson:
[reactos.git] / reactos / apps / tests / multiwin / makefile
index 889dc7c..4d67980 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: makefile,v 1.1 2003/05/26 10:51:20 rcampbell Exp $
+# $Id: makefile,v 1.2 2003/11/14 17:13:18 weiden Exp $
 
 PATH_TO_TOP = ../../..
 
@@ -14,6 +14,8 @@ TARGET_SDKLIBS = kernel32.a gdi32.a
 
 TARGET_OBJECTS = $(TARGET_NAME).o
 
+TARGET_CFLAGS = -Wall -Werror
+
 include $(PATH_TO_TOP)/rules.mak
 
 include $(TOOLS_PATH)/helper.mk