mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 06:30:37 +00:00
20 lines
287 B
Makefile
20 lines
287 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = mstask.dll
|
|
IMPORTS = uuid ole32
|
|
|
|
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@
|