mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 09:21:14 +00:00
ddraw: Don't link against X libraries.
This commit is contained in:
parent
cfc927ba93
commit
7a7f416ace
1 changed files with 1 additions and 2 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue