wine-wine/dlls/taskschd/Makefile.in

16 lines
233 B
Makefile
Raw Permalink Normal View History

2013-12-23 07:37:49 +00:00
MODULE = taskschd.dll
IMPORTS = oleaut32 ole32 advapi32 xmllite rpcrt4
2013-12-23 07:37:49 +00:00
EXTRADLLFLAGS = -mno-cygwin
2013-12-23 07:37:49 +00:00
C_SRCS = \
folder.c \
folder_collection.c \
regtask.c \
task.c \
2013-12-23 07:37:49 +00:00
taskschd.c
IDL_SRCS = \
schrpc.idl \
taskschd_tlb.idl