summaryrefslogtreecommitdiff
path: root/Makefile.mgw
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2004-08-30 20:53:49 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2004-08-30 20:53:49 +0000
commitdbc4830d87499171ca38ae7328d498267ca4b62a (patch)
tree4c170935d7fee96c727dbb98c002a2ff0eea0757 /Makefile.mgw
parent171614abbd3a6aee9aba8d49b1a9340d5608ba16 (diff)
updated CFLAGS (Anich Gregor)
Diffstat (limited to 'Makefile.mgw')
-rw-r--r--Makefile.mgw2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.mgw b/Makefile.mgw
index 294f35559ff..0940fda686d 100644
--- a/Makefile.mgw
+++ b/Makefile.mgw
@@ -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