makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / winspool.drv / Makefile.in
1 EXTRADEFS = -D_SPOOL32_
2 MODULE    = winspool.drv
3 IMPORTLIB = winspool
4 IMPORTS   = user32 gdi32 advapi32
5 EXTRAINCL = @CUPSINCL@
6
7 C_SRCS = \
8         info.c \
9         wspool.c
10
11 RC_SRCS = \
12         Bg.rc \
13         Da.rc \
14         De.rc \
15         En.rc \
16         Eo.rc \
17         Es.rc \
18         Fi.rc \
19         Fr.rc \
20         Hu.rc \
21         It.rc \
22         Ja.rc \
23         Ko.rc \
24         Lt.rc \
25         Nl.rc \
26         No.rc \
27         Pl.rc \
28         Pt.rc \
29         Ro.rc \
30         Ru.rc \
31         Si.rc \
32         Sv.rc \
33         Tr.rc \
34         Uk.rc \
35         Zh.rc \
36         winspool.rc
37
38 @MAKE_DLL_RULES@