Commit 0b56f2c6 authored by Alexandre Julliard's avatar Alexandre Julliard

d3dx8: Remove dependencies on OpenGL headers and libraries.

parent 7b27b334
......@@ -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 \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment