Makefile.in 204 Bytes
Newer Older
1
MODULE    = taskschd.dll
2
IMPORTS   = oleaut32 ole32 advapi32 xmllite rpcrt4
3 4

C_SRCS = \
5
	folder.c \
6
	folder_collection.c \
7
	regtask.c \
8
	task.c \
9 10
	taskschd.c

11 12 13
IDL_SRCS = \
	schrpc.idl \
	taskschd_tlb.idl