projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ffdad4
)
Minor MinGW fixes
author
Daniel Borca
<dborca@users.sourceforge.net>
Thu, 9 Oct 2003 15:15:07 +0000
(15:15 +0000)
committer
Daniel Borca
<dborca@users.sourceforge.net>
Thu, 9 Oct 2003 15:15:07 +0000
(15:15 +0000)
progs/samples/Makefile.mgw
patch
|
blob
|
history
diff --git
a/progs/samples/Makefile.mgw
b/progs/samples/Makefile.mgw
index 04c4b792534128370a76000d3f24d7ab10756008..bf2ac05b8b4f5a5862f7740162b7ac0b52df6f26 100644
(file)
--- a/
progs/samples/Makefile.mgw
+++ b/
progs/samples/Makefile.mgw
@@
-50,7
+50,7
@@
CC = mingw32-gcc
CFLAGS = -Wall -W -pedantic
CFLAGS += -O2 -ffast-math -mcpu=$(CPU)
CFLAGS += -I$(TOP)/include -I../util
-CFLAGS += -DGLUT_DISABLE_ATEXIT_HACK
+CFLAGS += -DGLUT_DISABLE_ATEXIT_HACK
-D_STDCALL_SUPPORTED
CFLAGS += -D_WINDEF_ -D_WINGDI_
LD = mingw32-g++