mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-29 18:53:55 +02:00
6 lines
112 B
Makefile
6 lines
112 B
Makefile
EXTRADEFS = -DD3DX10_SDK_VERSION=43
|
|
TESTDLL = d3dx10_43.dll
|
|
IMPORTS = d3dx10 ole32 gdi32
|
|
|
|
SOURCES = \
|
|
d3dx10.c
|