mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 08:13:18 +00:00
7 lines
111 B
Makefile
7 lines
111 B
Makefile
MODULE = spoolss.dll
|
|
IMPORTLIB = spoolss
|
|
IMPORTS = winspool
|
|
|
|
C_SRCS = \
|
|
router.c \
|
|
spoolss_main.c
|