mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
ade15558db
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
10 lines
171 B
Makefile
10 lines
171 B
Makefile
MODULE = localspl.dll
|
|
IMPORTS = spoolss user32 advapi32
|
|
|
|
EXTRADLLFLAGS = -mno-cygwin -Wb,--prefer-native
|
|
|
|
C_SRCS = \
|
|
localmon.c \
|
|
provider.c
|
|
|
|
RC_SRCS = localspl.rc
|