mirror of
https://github.com/reactos/wine.git
synced 2024-12-01 07:30:37 +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
|