winspool: On OS/X read the default paper size from the core printing api.
[wine/multimedia.git] / dlls / winspool.drv / Makefile.in
blob7a5380f8d530f7dc9a1a4a3101a0a414912709bd
1 EXTRADEFS = -D_SPOOL32_
2 MODULE = winspool.drv
3 IMPORTLIB = winspool
4 IMPORTS = user32 gdi32 advapi32
5 EXTRAINCL = @CUPSINCL@
6 EXTRALIBS = @APPLICATIONSERVICESLIB@
8 C_SRCS = \
9 info.c \
10 wspool.c
12 RC_SRCS = winspool.rc
13 PO_SRCS = winspool.rc
15 @MAKE_DLL_RULES@