wine/dlls/qmgr/Makefile.in

19 lines
245 B
Makefile
Raw Normal View History

MODULE = qmgr.dll
IMPORTS = uuid wininet urlmon ole32 advapi32
C_SRCS = \
enum_files.c \
enum_jobs.c \
2008-01-22 19:55:16 +00:00
factory.c \
file.c \
job.c \
qmgr.c \
2008-02-11 19:09:34 +00:00
qmgr_main.c \
service.c
RC_SRCS = rsrc.rc
IDL_I_SRCS = qmgr_local.idl
@MAKE_DLL_RULES@