mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-29 02:33:58 +02:00
11 lines
221 B
Makefile
11 lines
221 B
Makefile
TESTDLL = d3dcompiler_47.dll
|
|
IMPORTS = d3d9 user32 d3dcompiler
|
|
EXTRADEFS = -DD3D_COMPILER_VERSION=47
|
|
PARENTSRC = ../../d3dcompiler_43/tests
|
|
|
|
SOURCES = \
|
|
asm.c \
|
|
blob.c \
|
|
hlsl_d3d11.c \
|
|
hlsl_d3d9.c \
|
|
reflection.c
|