updated CFLAGS (Anich Gregor)
authorBrian Paul <brian.paul@tungstengraphics.com>
Mon, 30 Aug 2004 20:53:49 +0000 (20:53 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Mon, 30 Aug 2004 20:53:49 +0000 (20:53 +0000)
Makefile.mgw

index 294f35559ff463e33af01751d077c68e4c4e29ad..0940fda686d90d5c40f1e9927b619dc41ab72234 100644 (file)
@@ -61,7 +61,7 @@ CPU ?= pentium
 
 ifeq ($(ICD),1)
   # when -std=c99 mingw will not define WIN32
-  CFLAGS = -Wall -W -Werror -pedantic -std=c99 -DWIN32
+  CFLAGS = -Wall -W -Werror
 else
   # I love c89
   CFLAGS = -Wall -W -pedantic