Prevent use of MAKEPOINTS in Wine code.
[wine/multimedia.git] / dlls / setupapi / Makefile.in
blob0648b3c0e72a44f46e3a17911de8f7f2bfacfea9
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 kernel32 ntdll
8 DELAYIMPORTS = shell32
9 EXTRALIBS = $(LIBUNICODE)
11 C_SRCS = \
12 devinst.c \
13 dirid.c \
14 diskspace.c \
15 install.c \
16 parser.c \
17 queue.c \
18 setupcab.c \
19 stubs.c
21 C_SRCS16 = \
22 devinst16.c \
23 infparse.c \
24 setupx_main.c \
25 virtcopy.c
27 SPEC_SRCS16 = setupx.spec
29 RC_SRCS= setupapi.rc
31 @MAKE_DLL_RULES@
33 ### Dependencies: