summaryrefslogtreecommitdiff
path: root/src/mesa/Makefile.mgw
diff options
context:
space:
mode:
authorDaniel Borca <dborca@users.sourceforge.net>2004-10-12 07:33:03 +0000
committerDaniel Borca <dborca@users.sourceforge.net>2004-10-12 07:33:03 +0000
commit701c289ff351386240763dc92ba43cc2f2e73ac5 (patch)
tree9eb14e8e58ad77c520bb27c3fbbd1256f3f78702 /src/mesa/Makefile.mgw
parent3c9faa448ccef15a514a5580fe76838822dd2a9e (diff)
support for external libraries
Diffstat (limited to 'src/mesa/Makefile.mgw')
-rw-r--r--src/mesa/Makefile.mgw1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/Makefile.mgw b/src/mesa/Makefile.mgw
index 9754ea279d..fff3e6b7ed 100644
--- a/src/mesa/Makefile.mgw
+++ b/src/mesa/Makefile.mgw
@@ -73,6 +73,7 @@ LDLIBS = -lgdi32
CC = mingw32-gcc
CFLAGS += -DBUILD_GL32 -D_OPENGL32_ -D_MSC_VER
CFLAGS += $(INCLUDE_DIRS)
+CFLAGS += -DUSE_EXTERNAL_DXTN_LIB=1
ifeq ($(FX),1)
CFLAGS += -I$(GLIDE)/include -DFX
LDLIBS += -L$(GLIDE)/lib -lglide3x