diff options
author | Daniel Borca <[email protected]> | 2004-03-02 08:15:24 +0000 |
---|---|---|
committer | Daniel Borca <[email protected]> | 2004-03-02 08:15:24 +0000 |
commit | fa21787b52d85a7aeaf5de64a39e019f39fcfa07 (patch) | |
tree | 5465c5008210bef81266b91acc4988fcf01c33bf /src/mesa/Makefile.mgw | |
parent | 725a56f157506a0122912da9f8df92b275da5b98 (diff) |
workaround for crash-upon-exit in verbose mode
fxMesa now uses grQueryResolution
minor fixes to X11 and DOS drivers
Diffstat (limited to 'src/mesa/Makefile.mgw')
-rw-r--r-- | src/mesa/Makefile.mgw | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/Makefile.mgw b/src/mesa/Makefile.mgw index 7db07bc1766..31b57959f92 100644 --- a/src/mesa/Makefile.mgw +++ b/src/mesa/Makefile.mgw @@ -74,7 +74,6 @@ CC = mingw32-gcc CFLAGS += -DBUILD_GL32 -D_OPENGL32_ -D_MSC_VER CFLAGS += -I$(TOP)/include -I. -Imain -Iglapi ifeq ($(FX),1) -CFLAGS += -DH3 CFLAGS += -I$(GLIDE)/include -DFX LDLIBS += -L$(GLIDE)/lib -lglide3x GL_DEF = drivers/glide/fxopengl.def |