mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
16 lines
218 B
Makefile
16 lines
218 B
Makefile
MODULE = qmgr.dll
|
|
IMPORTS = uuid winhttp ole32 advapi32
|
|
|
|
C_SRCS = \
|
|
enum_files.c \
|
|
enum_jobs.c \
|
|
factory.c \
|
|
file.c \
|
|
job.c \
|
|
qmgr.c \
|
|
qmgr_main.c \
|
|
service.c
|
|
|
|
RC_SRCS = rsrc.rc
|
|
|
|
IDL_SRCS = qmgr_local.idl
|