mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 02:46:32 +00:00
11 lines
155 B
Makefile
11 lines
155 B
Makefile
MODULE = schedsvc.dll
|
|
IMPORTS = rpcrt4 advapi32 ole32 xmllite
|
|
|
|
C_SRCS = \
|
|
atsvc.c \
|
|
schedsvc.c \
|
|
svc_main.c
|
|
|
|
IDL_SRCS = \
|
|
atsvc.idl \
|
|
schrpc.idl
|