user: Allow some Wine internal messages to act on the desktop window.
[wine/multimedia.git] / dlls / setupapi / Makefile.in
blob9ee9a90da2848268d27a74dcee78879104199964
1 EXTRADEFS = -D_SETUPAPI_
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ../..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
6 MODULE = setupapi.dll
7 IMPORTLIB = libsetupapi.$(IMPLIBEXT)
8 IMPORTS = user32 version advapi32 rpcrt4 kernel32 ntdll
9 DELAYIMPORTS = shell32
10 EXTRALIBS = $(LIBUNICODE)
12 C_SRCS = \
13 devinst.c \
14 dirid.c \
15 diskspace.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 SUBDIRS = tests
37 @MAKE_DLL_RULES@
39 ### Dependencies: