msi: Implement ACTION_AppSearchIni.
[wine/wine64.git] / dlls / winspool.drv / Makefile.in
blob4ab36b46cba9639fce079923237d16cdfd9faed6
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 SUBDIRS = tests
18 @MAKE_DLL_RULES@
20 $(IMPORTLIB): $(MAINSPEC)
21 $(WINEBUILD) -w --def -o $@ --export $(SRCDIR)/$(MAINSPEC)
23 clean::
24 $(RM) $(IMPORTLIB)
26 ### Dependencies: