d3dx8: Remove dependencies on OpenGL headers and libraries.

This commit is contained in:
Alexandre Julliard 2006-06-15 16:52:05 +02:00
parent 7b27b33495
commit 0b56f2c6cb
1 changed files with 1 additions and 2 deletions

View File

@ -5,8 +5,7 @@ VPATH = @srcdir@
MODULE = d3dx8.dll
IMPORTLIB = libd3dx8.$(IMPLIBEXT)
IMPORTS = d3d8 user32 gdi32 kernel32
EXTRAINCL = @X_CFLAGS@
EXTRALIBS = -ldxguid -luuid @X_LIBS@ @X_PRE_LIBS@ @XLIB@ @X_EXTRA_LIBS@ @OPENGL_LIBS@
EXTRALIBS = -ldxguid -luuid
C_SRCS = \
d3dx8_main.c \