8 lines
112 B
Makefile
8 lines
112 B
Makefile
|
TESTDLL = windowscodecsext.dll
|
||
|
IMPORTS = windowscodecsext ole32
|
||
|
|
||
|
C_SRCS = \
|
||
|
transform.c
|
||
|
|
||
|
@MAKE_TEST_RULES@
|