mirror of
https://github.com/reactos/wine.git
synced 2024-12-14 07:08:41 +00:00
10 lines
124 B
Makefile
10 lines
124 B
Makefile
TESTDLL = qmgr.dll
|
|
IMPORTS = ole32 shlwapi user32
|
|
|
|
C_SRCS = \
|
|
enum_files.c \
|
|
enum_jobs.c \
|
|
file.c \
|
|
job.c \
|
|
qmgr.c
|