mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 01:21:47 +00:00
19 lines
302 B
Makefile
19 lines
302 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = mstask.dll
|
|
IMPORTS = uuid ole32 kernel32 ntdll
|
|
|
|
C_SRCS = \
|
|
factory.c \
|
|
mstask_main.c \
|
|
task.c \
|
|
task_scheduler.c \
|
|
task_trigger.c
|
|
|
|
RC_SRCS = rsrc.rc
|
|
|
|
IDL_I_SRCS = mstask_local.idl
|
|
|
|
@MAKE_DLL_RULES@
|