mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 07:37:02 +00:00
940297d622
Signed-off-by: Eric Pouech <eric.pouech@gmail.com> Signed-off-by: Huw Davies <huw@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 lines
148 B
Makefile
9 lines
148 B
Makefile
MODULE = spoolss.dll
|
|
IMPORTLIB = spoolss
|
|
IMPORTS = winspool
|
|
|
|
EXTRADLLFLAGS = -Wb,--prefer-native
|
|
|
|
C_SRCS = \
|
|
router.c \
|
|
spoolss_main.c
|