Alexandre Julliard : d3dx8: Remove dependencies on OpenGL headers and libraries.

Alexandre Julliard julliard at wine.codeweavers.com
Thu Jun 15 11:06:46 CDT 2006


Module: wine
Branch: refs/heads/master
Commit: 0b56f2c6cb86bbd152fc80d164d4bc203506c360
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=0b56f2c6cb86bbd152fc80d164d4bc203506c360

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Thu Jun 15 16:52:05 2006 +0200

d3dx8: Remove dependencies on OpenGL headers and libraries.

---

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

diff --git a/dlls/d3dx8/Makefile.in b/dlls/d3dx8/Makefile.in
index 4ddc48d..ffd1a57 100644
--- a/dlls/d3dx8/Makefile.in
+++ b/dlls/d3dx8/Makefile.in
@@ -5,8 +5,7 @@ VPATH     = @srcdir@
 MODULE    = d3dx8.dll
 IMPORTLIB = libd3dx8.$(IMPLIBEXT)
 IMPORTS   = d3d8 user32 gdi32 kernel32
-EXTRAINCL = @X_CFLAGS@
-EXTRALIBS = -ldxguid -luuid @X_LIBS@ @X_PRE_LIBS@ @XLIB@ @X_EXTRA_LIBS@ @OPENGL_LIBS@
+EXTRALIBS = -ldxguid -luuid
 
 C_SRCS = \
 	d3dx8_main.c \




More information about the wine-cvs mailing list