kernel32: Delete the .windows-label file if the label is empty.
[wine/multimedia.git] / dlls / setupapi / Makefile.in
blob314500350e5307257412bb61ce655d6a1d59a8a8
1 EXTRADEFS = -D_SETUPAPI_
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ../..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
6 MODULE = setupapi.dll
7 IMPORTLIB = setupapi
8 IMPORTS = uuid user32 version advapi32 rpcrt4 kernel32 ntdll
9 DELAYIMPORTS = shell32
11 C_SRCS = \
12 devinst.c \
13 dirid.c \
14 diskspace.c \
15 fakedll.c \
16 install.c \
17 misc.c \
18 parser.c \
19 query.c \
20 queue.c \
21 setupcab.c \
22 stringtable.c \
23 stubs.c
25 C_SRCS16 = \
26 devinst16.c \
27 infparse.c \
28 setupx_main.c \
29 virtcopy.c
31 SPEC_SRCS16 = setupx.spec
33 RC_SRCS= setupapi.rc
35 @MAKE_DLL_RULES@
37 @DEPENDENCIES@ # everything below this line is overwritten by make depend