projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05cb946
)
the win32 interface will be moving under windows/
author
Daniel Borca
<dborca@users.sourceforge.net>
Mon, 15 Nov 2004 08:02:24 +0000
(08:02 +0000)
committer
Daniel Borca
<dborca@users.sourceforge.net>
Mon, 15 Nov 2004 08:02:24 +0000
(08:02 +0000)
src/mesa/Makefile.mgw
patch
|
blob
|
history
diff --git
a/src/mesa/Makefile.mgw
b/src/mesa/Makefile.mgw
index 80145e50f52095205090dc727709e7489db8089a..826c820cbb0b34abe053cc1d3eca0327a0f1138c 100644
(file)
--- 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 = \