mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-29 02:33:58 +02:00
7 lines
149 B
Makefile
7 lines
149 B
Makefile
EXTRADEFS = -DD3DX10_SDK_VERSION=35
|
|
TESTDLL = d3dx10_35.dll
|
|
IMPORTS = d3dx10_35 ole32 gdi32
|
|
PARENTSRC = ../../d3dx10_43/tests
|
|
|
|
SOURCES = \
|
|
d3dx10.c
|