mirror of
https://github.com/reactos/wine.git
synced 2025-01-31 17:23:53 +00:00
17 lines
218 B
Makefile
17 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
|