Alexandre Julliard : make_makefiles: wined3d doesn' t depend on OpenGL libs anymore.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Aug 14 07:13:14 CDT 2007


Module: wine
Branch: master
Commit: 277b2542aaf18b2a76e7827026424883cd5222d1
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=277b2542aaf18b2a76e7827026424883cd5222d1

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Tue Aug 14 13:37:14 2007 +0200

make_makefiles: wined3d doesn't depend on OpenGL libs anymore.

---

 dlls/Makefile.in     |    4 ++--
 tools/make_makefiles |    1 -
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/dlls/Makefile.in b/dlls/Makefile.in
index d51f783..e16b37d 100644
--- a/dlls/Makefile.in
+++ b/dlls/Makefile.in
@@ -8,7 +8,7 @@ VPATH     = @srcdir@
 # special configure-dependent targets
 
 GLU32FILES = glu32
-OPENGLFILES = opengl32 wined3d
+OPENGLFILES = opengl32
 QUARTZFILES = winequartz.drv
 XFILES = winex11.drv
 EXTRADIRS = @GLU32FILES@ @OPENGLFILES@ @QUARTZFILES@ @XFILES@
@@ -206,6 +206,7 @@ BASEDIRS = \
 	winealsa.drv \
 	wineaudioio.drv \
 	winecoreaudio.drv \
+	wined3d \
 	winedos \
 	wineesd.drv \
 	winejack.drv \
@@ -313,7 +314,6 @@ SUBDIRS = \
 	$(TESTSUBDIRS) \
 	glu32 \
 	opengl32 \
-	wined3d \
 	winequartz.drv \
 	winex11.drv
 
diff --git a/tools/make_makefiles b/tools/make_makefiles
index 0fc183c..df271a8 100755
--- a/tools/make_makefiles
+++ b/tools/make_makefiles
@@ -62,7 +62,6 @@ my %special_dlls =
 (
   "glu32"    => "GLU32FILES",
   "opengl32" => "OPENGLFILES",
-  "wined3d"  => "OPENGLFILES",
   "winex11.drv" => "XFILES",
   "winequartz.drv" => "QUARTZFILES"
 );




More information about the wine-cvs mailing list