projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
mstask: Task stub with AddRef, QueryInterface, and Release.
[wine]
/
dlls
/
mstask
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = mstask.dll
6
IMPORTS = uuid kernel32
7
8
C_SRCS = \
9
task.c \
10
factory.c \
11
mstask_main.c \
12
task_scheduler.c
13
14
RC_SRCS = rsrc.rc
15
16
IDL_I_SRCS = mstask_local.idl
17
18
@MAKE_DLL_RULES@
19
20
@DEPENDENCIES@ # everything below this line is overwritten by make depend