mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-28 18:23:54 +02:00
15 lines
224 B
Makefile
15 lines
224 B
Makefile
MODULE = qmgr.dll
|
|
IMPORTS = uuid winhttp ole32 advapi32
|
|
|
|
EXTRADLLFLAGS = -Wb,--prefer-native
|
|
|
|
SOURCES = \
|
|
enum_files.c \
|
|
enum_jobs.c \
|
|
factory.c \
|
|
file.c \
|
|
job.c \
|
|
qmgr.c \
|
|
qmgr_local.idl \
|
|
rsrc.rc \
|
|
service.c
|