mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 21:20:25 +00:00
16 lines
259 B
Makefile
16 lines
259 B
Makefile
EXTRADEFS = -D_SPOOL32_
|
|
MODULE = winspool.drv
|
|
IMPORTLIB = winspool
|
|
IMPORTS = user32 gdi32 advapi32
|
|
EXTRAINCL = @CUPSINCL@
|
|
EXTRALIBS = @APPLICATIONSERVICESLIB@
|
|
|
|
C_SRCS = \
|
|
info.c \
|
|
wspool.c
|
|
|
|
RC_SRCS = winspool.rc
|
|
PO_SRCS = winspool.rc
|
|
|
|
@MAKE_DLL_RULES@
|