widl: Output correct alignments in type format strings.
[wine/wine64.git] / dlls / winspool.drv / Makefile.in
blobf9ae2a59664176e6858da1371a831dac065bf671
1 EXTRADEFS = -D_SPOOL32_
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ../..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
6 MODULE = winspool.drv
7 IMPORTLIB = libwinspool.$(IMPLIBEXT)
8 IMPORTS = user32 gdi32 advapi32 kernel32 ntdll
10 C_SRCS = \
11 info.c \
12 wspool.c
14 RC_SRCS = winspool.rc
16 @MAKE_DLL_RULES@
18 libwinspool.def: $(MAINSPEC)
19 $(WINEBUILD) -w --def -o $@ --export $(SRCDIR)/$(MAINSPEC)
21 libwinspool.a: $(SPEC_DEF)
22 $(DLLTOOL) -k -l $@ -d $(SPEC_DEF)
24 clean::
25 $(RM) $(IMPORTLIB)
27 @DEPENDENCIES@ # everything below this line is overwritten by make depend