7 lines
112 B
Makefile
7 lines
112 B
Makefile
|
TESTDLL = d3dx10_42.dll
|
||
|
IMPORTS = d3dx10_42 ole32 gdi32
|
||
|
PARENTSRC = ../../d3dx10_43/tests
|
||
|
|
||
|
C_SRCS = \
|
||
|
d3dx10.c
|