po: Update French translation.
[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 = winspool.rc
12 PO_SRCS = winspool.rc
13
14 @MAKE_DLL_RULES@