mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
14 lines
222 B
Makefile
14 lines
222 B
Makefile
EXTRADEFS = -D_SPOOL32_
|
|
MODULE = winspool.drv
|
|
IMPORTLIB = winspool
|
|
IMPORTS = user32 gdi32 advapi32
|
|
EXTRAINCL = @CUPSINCL@
|
|
|
|
C_SRCS = \
|
|
info.c \
|
|
wspool.c
|
|
|
|
RC_SRCS = winspool.rc
|
|
PO_SRCS = winspool.rc
|
|
|
|
@MAKE_DLL_RULES@
|