6 lines
77 B
Makefile
6 lines
77 B
Makefile
|
TESTDLL = taskschd.dll
|
||
|
IMPORTS = oleaut32 ole32
|
||
|
|
||
|
C_SRCS = \
|
||
|
scheduler.c
|