projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
msi: Set all folders' source paths to the root directory if the source type is compre...
[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
mstask_main.c \
10
task_scheduler.c
11
12
IDL_I_SRCS = mstask_local.idl
13
14
@MAKE_DLL_RULES@
15
16
@DEPENDENCIES@ # everything below this line is overwritten by make depend