mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-30 03:03:59 +02:00
8 lines
163 B
Makefile
8 lines
163 B
Makefile
TESTDLL = d3d10_1.dll
|
|
IMPORTS = d3d10_1 user32
|
|
EXTRADEFS = -DD3D_COMPILER_VERSION=0
|
|
PARENTSRC = ../../d3dcompiler_43/tests
|
|
|
|
SOURCES = \
|
|
d3d10_1.c \
|
|
reflection.c
|