d3dx9: Remove the useless d3dx8 import.
This commit is contained in:
parent
e5753acee5
commit
5dfa6955ee
|
@ -4,7 +4,7 @@ SRCDIR = @srcdir@
|
|||
VPATH = @srcdir@
|
||||
MODULE = d3dx9_36.dll
|
||||
IMPORTLIB = d3dx9
|
||||
IMPORTS = d3d9 d3dx8 gdi32 user32 kernel32
|
||||
IMPORTS = d3d9 gdi32 user32 kernel32
|
||||
|
||||
C_SRCS = \
|
||||
core.c \
|
||||
|
|
Loading…
Reference in New Issue