6 lines
85 B
Makefile
6 lines
85 B
Makefile
|
TESTDLL = activeds.dll
|
||
|
IMPORTS = ole32 oleaut32 activeds
|
||
|
|
||
|
C_SRCS = \
|
||
|
activeds.c
|