summaryrefslogtreecommitdiffstats
path: root/src/mesa/Makefile.DJ
diff options
context:
space:
mode:
authorDaniel Borca <dborca@users.sourceforge.net>2004-03-02 08:15:24 +0000
committerDaniel Borca <dborca@users.sourceforge.net>2004-03-02 08:15:24 +0000
commitfa21787b52d85a7aeaf5de64a39e019f39fcfa07 (patch)
tree5465c5008210bef81266b91acc4988fcf01c33bf /src/mesa/Makefile.DJ
parent725a56f157506a0122912da9f8df92b275da5b98 (diff)
downloadexternal_mesa3d-fa21787b52d85a7aeaf5de64a39e019f39fcfa07.zip
external_mesa3d-fa21787b52d85a7aeaf5de64a39e019f39fcfa07.tar.gz
external_mesa3d-fa21787b52d85a7aeaf5de64a39e019f39fcfa07.tar.bz2
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.DJ')
-rw-r--r--src/mesa/Makefile.DJ2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/Makefile.DJ b/src/mesa/Makefile.DJ
index f01c9b1..ee14aa6 100644
--- a/src/mesa/Makefile.DJ
+++ b/src/mesa/Makefile.DJ
@@ -73,7 +73,7 @@ export LD_LIBRARY_PATH := $(LD_LIBRARY_PATH);$(LIBDIR);$(GLIDE)/lib
CC = gcc
CFLAGS += -I$(TOP)/include -I. -Imain -Iglapi
ifeq ($(FX),1)
-CFLAGS += -D__DOS__ -DH3
+CFLAGS += -D__DOS__
CFLAGS += -I$(GLIDE)/include -DFX
LIBNAME = "Mesa/FX DJGPP"
else