Alexandre Julliard : ddraw: Don't link against X libraries.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Jun 27 09:11:11 CDT 2007


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Tue Jun 26 17:44:36 2007 +0200

ddraw: Don't link against X libraries.

---

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

diff --git a/dlls/ddraw/Makefile.in b/dlls/ddraw/Makefile.in
index b31c052..f25bfc0 100644
--- a/dlls/ddraw/Makefile.in
+++ b/dlls/ddraw/Makefile.in
@@ -5,8 +5,7 @@ VPATH     = @srcdir@
 MODULE    = ddraw.dll
 IMPORTLIB = libddraw.$(IMPLIBEXT)
 IMPORTS   = ole32 user32 gdi32 advapi32 kernel32 ntdll
-EXTRAINCL = @X_CFLAGS@
-EXTRALIBS = -ldxguid -luuid @X_LIBS@ @X_PRE_LIBS@ @XLIB@ @X_EXTRA_LIBS@ 
+EXTRALIBS = -ldxguid -luuid
 
 C_SRCS = \
 	clipper.c \




More information about the wine-cvs mailing list