Makefile.in 155 Bytes
Newer Older
1
MODULE    = schedsvc.dll
2
IMPORTS   = rpcrt4 advapi32 ole32 xmllite
3 4

C_SRCS = \
5
	atsvc.c \
6 7 8
	schedsvc.c \
	svc_main.c

9 10 11
IDL_SRCS = \
	atsvc.idl \
	schrpc.idl