mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 11:43:31 +00:00
12 lines
198 B
Makefile
12 lines
198 B
Makefile
EXTRADEFS = -DD3DX11_SDK_VERSION=43
|
|
MODULE = d3dx11_43.dll
|
|
IMPORTLIB = d3dx11
|
|
IMPORTS = d3dcompiler
|
|
|
|
EXTRADLLFLAGS = -Wb,--prefer-native
|
|
|
|
SOURCES = \
|
|
async.c \
|
|
main.c \
|
|
texture.c \
|
|
version.rc
|