Remove dxguid dependency.

This commit is contained in:
Oliver Stieber 2005-08-08 11:00:56 +00:00 committed by Alexandre Julliard
parent ff72104cbf
commit ec72ef14b5
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ MODULE = wined3d.dll
IMPORTLIB = libwined3d.$(IMPLIBEXT)
IMPORTS = user32 gdi32 advapi32 kernel32
EXTRAINCL = @X_CFLAGS@
EXTRALIBS = -ldxguid -luuid @X_LIBS@ @X_PRE_LIBS@ @XLIB@ @X_EXTRA_LIBS@ @OPENGL_LIBS@
EXTRALIBS = -luuid @X_LIBS@ @X_PRE_LIBS@ @XLIB@ @X_EXTRA_LIBS@ @OPENGL_LIBS@
C_SRCS = \
basetexture.c \