mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
13 lines
227 B
Makefile
13 lines
227 B
Makefile
EXTRADEFS = -DD3DX11_SDK_VERSION=42
|
|
MODULE = d3dx11_42.dll
|
|
IMPORTLIB = d3dx11_42
|
|
IMPORTS = d3dcompiler
|
|
PARENTSRC = ../d3dx11_43
|
|
|
|
EXTRADLLFLAGS = -Wb,--prefer-native
|
|
|
|
SOURCES = \
|
|
async.c \
|
|
main.c \
|
|
texture.c \
|
|
version.rc
|