ddraw: Don't link against X libraries.

oldstable
Alexandre Julliard 2007-06-26 17:44:36 +02:00
parent cfc927ba93
commit 7a7f416ace
1 changed files with 1 additions and 2 deletions

View File

@ -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 \