diff options
author | Daniel Borca <dborca@users.sourceforge.net> | 2004-11-15 08:02:24 +0000 |
---|---|---|
committer | Daniel Borca <dborca@users.sourceforge.net> | 2004-11-15 08:02:24 +0000 |
commit | 16e6f057725982731d38fda05effb1baaca96f0a (patch) | |
tree | 82233315191244a0b93e76dfb1ea864f162ed0aa /src | |
parent | 05cb9468f37dab7a829ba5b798e486a4a4e0437f (diff) |
the win32 interface will be moving under windows/
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/Makefile.mgw | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mesa/Makefile.mgw b/src/mesa/Makefile.mgw index 80145e50f5..826c820cbb 100644 --- a/src/mesa/Makefile.mgw +++ b/src/mesa/Makefile.mgw @@ -77,8 +77,8 @@ CFLAGS += -DUSE_EXTERNAL_DXTN_LIB=1 ifeq ($(FX),1) CFLAGS += -I$(GLIDE)/include -DFX LDLIBS += -L$(GLIDE)/lib -lglide3x - GL_DEF = drivers/glide/fxopengl.def - GL_RES = drivers/glide/fx.rc + GL_DEF = drivers/windows/fx/fxopengl.def + GL_RES = drivers/windows/fx/fx.rc else ifeq ($(ICD),1) CFLAGS += -DUSE_MGL_NAMESPACE @@ -112,7 +112,7 @@ endif ifeq ($(FX),1) DRIVER_SOURCES = \ $(GLIDE_DRIVER_SOURCES) \ - drivers/glide/fxwgl.c + drivers/windows/fx/fxwgl.c else ifeq ($(ICD),1) DRIVER_SOURCES = \ |