mirror of
https://github.com/reactos/wine.git
synced 2024-12-12 05:45:56 +00:00
9 lines
120 B
Makefile
9 lines
120 B
Makefile
MODULE = schedsvc.dll
|
|
IMPORTS = rpcrt4 advapi32 ole32
|
|
|
|
C_SRCS = \
|
|
schedsvc.c \
|
|
svc_main.c
|
|
|
|
IDL_SRCS = schrpc.idl
|