projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
qmgr: Merge a helper function.
[wine]
/
dlls
/
qmgr
/
Makefile.in
1
MODULE = qmgr.dll
2
IMPORTS = uuid wininet urlmon ole32 advapi32
3
4
C_SRCS = \
5
enum_files.c \
6
enum_jobs.c \
7
factory.c \
8
file.c \
9
job.c \
10
qmgr.c \
11
qmgr_main.c \
12
service.c
13
14
RC_SRCS = rsrc.rc
15
16
IDL_I_SRCS = qmgr_local.idl
17
18
@MAKE_DLL_RULES@