repo.or.cz
/
wine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
qmgr: Implement the IUnknown interface for IBackgroundCopyFile.
[wine.git]
/
dlls
/
qmgr
/
Makefile.in
blob
327a695b3497f45359f4161e8b88e1945135b0c4
1
TOPSRCDIR
=
@top_srcdir@
2
TOPOBJDIR
=
..
/
..
3
SRCDIR
=
@
srcdir
@
4
VPATH
=
@
srcdir
@
5
MODULE
=
qmgr.dll
6
IMPORTS
=
advpack ole32 advapi32 kernel32
7
EXTRALIBS
= -
luuid
8
9
C_SRCS
=
\
10
enum_jobs.c \
11
factory.c \
12
file.c \
13
job.c \
14
qmgr.c \
15
qmgr_main.c \
16
service.c
17
18
RC_SRCS
=
rsrc.rc
19
20
IDL_I_SRCS
=
qmgr_local.idl
21
22
@MAKE_DLL_RULES@
23
24
@DEPENDENCIES@
# everything below this line is overwritten by make depend