wine/dlls/schedsvc/Makefile.in
Alexandre Julliard 088a787a2c makefiles: Make -mno-cygwin the default.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-09-20 22:45:48 +02:00

12 lines
147 B
Makefile

MODULE = schedsvc.dll
IMPORTS = rpcrt4 advapi32 ole32
C_SRCS = \
atsvc.c \
schedsvc.c \
svc_main.c
IDL_SRCS = \
atsvc.idl \
schrpc.idl