mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-09-01 12:13:53 +02:00
7 lines
149 B
Makefile
7 lines
149 B
Makefile
EXTRADEFS = -DD3DX10_SDK_VERSION=37
|
|
TESTDLL = d3dx10_37.dll
|
|
IMPORTS = d3dx10_37 ole32 gdi32
|
|
PARENTSRC = ../../d3dx10_43/tests
|
|
|
|
SOURCES = \
|
|
d3dx10.c
|