mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-29 02:33:58 +02:00
9 lines
130 B
Makefile
9 lines
130 B
Makefile
TESTDLL = qmgr.dll
|
|
IMPORTS = uuid ole32 shlwapi user32
|
|
|
|
SOURCES = \
|
|
enum_files.c \
|
|
enum_jobs.c \
|
|
file.c \
|
|
job.c \
|
|
qmgr.c
|