Commit in reactos/lib/msvcrt on MAIN
Makefile+2-21.45 -> 1.46
- Added '-Werror' to the compiler options.

reactos/lib/msvcrt
Makefile 1.45 -> 1.46
diff -u -r1.45 -r1.46
--- Makefile	15 Aug 2004 18:16:35 -0000	1.45
+++ Makefile	22 Aug 2004 20:37:05 -0000	1.46
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.45 2004/08/15 18:16:35 chorns Exp $
+# $Id: Makefile,v 1.46 2004/08/22 20:37:05 hbirr Exp $
 
 PATH_TO_TOP = ../..
 
@@ -18,7 +18,7 @@
 
 TARGET_GCCLIBS = gcc
 
-TARGET_CFLAGS = -D__USE_W32API -D_MSVCRT_LIB_ -Wall
+TARGET_CFLAGS = -D__USE_W32API -D_MSVCRT_LIB_ -Wall -Werror
 
 # require os code to explicitly request A/W version of structs/functions
 TARGET_CFLAGS += \
CVSspam 0.2.8