projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
include: Use ULONG instead of unsigned long in ipexport.h.
[wine]
/
dlls
/
qmgr
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = qmgr.dll
6
IMPORTS = uuid wininet urlmon ole32 advapi32 kernel32
7
8
C_SRCS = \
9
enum_files.c \
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