mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
10 lines
129 B
Makefile
10 lines
129 B
Makefile
MODULE = spoolss.dll
|
|
IMPORTLIB = spoolss
|
|
IMPORTS = winspool
|
|
|
|
C_SRCS = \
|
|
router.c \
|
|
spoolss_main.c
|
|
|
|
@MAKE_DLL_RULES@
|