mirror of
https://github.com/reactos/wine.git
synced 2025-03-03 02:05:48 +00:00
14 lines
206 B
Makefile
14 lines
206 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
TESTDLL = mstask.dll
|
|
IMPORTS = ole32
|
|
|
|
C_SRCS = \
|
|
task.c \
|
|
task_scheduler.c \
|
|
task_trigger.c
|
|
|
|
@MAKE_TEST_RULES@
|