Properly implement DllCanUnloadNow ref counting.
[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 IMPORTS   = user32 version advapi32 rpcrt4 kernel32 ntdll
8 DELAYIMPORTS = shell32
9 EXTRALIBS = $(LIBUNICODE)
10
11 C_SRCS = \
12         devinst.c \
13         dirid.c \
14         diskspace.c \
15         install.c \
16         misc.c \
17         parser.c \
18         queue.c \
19         setupcab.c \
20         stubs.c
21
22 C_SRCS16 = \
23         devinst16.c \
24         infparse.c \
25         setupx_main.c \
26         virtcopy.c
27
28 SPEC_SRCS16 = setupx.spec
29
30 RC_SRCS= setupapi.rc
31
32 @MAKE_DLL_RULES@
33
34 ### Dependencies: