mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-29 02:33:58 +02:00
9 lines
179 B
Makefile
9 lines
179 B
Makefile
TESTDLL = d3d10.dll
|
|
IMPORTS = d3d10 d3dcompiler
|
|
EXTRADEFS = -DD3D_COMPILER_VERSION=0
|
|
PARENTSRC = ../../d3dcompiler_43/tests
|
|
|
|
SOURCES = \
|
|
device.c \
|
|
effect.c \
|
|
reflection.c
|