mirror of
https://github.com/reactos/wine.git
synced 2025-02-01 17:53:25 +00:00
ddraw: Don't link against X libraries.
This commit is contained in:
parent
cfc927ba93
commit
7a7f416ace
@ -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…
x
Reference in New Issue
Block a user