mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 05:00:30 +00:00
14 lines
204 B
Makefile
14 lines
204 B
Makefile
MODULE = taskschd.dll
|
|
IMPORTS = oleaut32 ole32 advapi32 xmllite rpcrt4
|
|
|
|
C_SRCS = \
|
|
folder.c \
|
|
folder_collection.c \
|
|
regtask.c \
|
|
task.c \
|
|
taskschd.c
|
|
|
|
IDL_SRCS = \
|
|
schrpc.idl \
|
|
taskschd_tlb.idl
|