mirror of
https://github.com/reactos/wine.git
synced 2024-12-11 13:26:00 +00:00
12 lines
143 B
Makefile
12 lines
143 B
Makefile
TESTDLL = qmgr.dll
|
|
IMPORTS = ole32 shlwapi user32
|
|
|
|
C_SRCS = \
|
|
enum_files.c \
|
|
enum_jobs.c \
|
|
file.c \
|
|
job.c \
|
|
qmgr.c
|
|
|
|
@MAKE_TEST_RULES@
|