wine-wine/dlls/mstask/Makefile.in

21 lines
348 B
Makefile
Raw Normal View History

TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = mstask.dll
IMPORTS = uuid kernel32
C_SRCS = \
task.c \
factory.c \
mstask_main.c \
task_scheduler.c
2008-07-28 19:06:24 +00:00
RC_SRCS = rsrc.rc
IDL_I_SRCS = mstask_local.idl
@MAKE_DLL_RULES@
@DEPENDENCIES@ # everything below this line is overwritten by make depend