shell32: Fix shlexec crashing on Vista.
[wine] / dlls / setupapi / Makefile.in
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
10
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
24
25 C_SRCS16 = \
26         devinst16.c \
27         infparse.c \
28         setupx_main.c \
29         virtcopy.c
30
31 SPEC_SRCS16 = setupx.spec
32
33 RC_SRCS= setupapi.rc
34
35 @MAKE_DLL_RULES@
36
37 @DEPENDENCIES@  # everything below this line is overwritten by make depend