Report win2k service pack 4 instead of 3.
[wine/multimedia.git] / dlls / setupapi / Makefile.in
blob3126faea1992df6b9ad8b20d29beff11b1f3158c
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 ALTNAMES = setupx.dll
10 EXTRALIBS = $(LIBUNICODE)
12 SPEC_SRCS16 = $(ALTNAMES:.dll=.spec)
14 C_SRCS = \
15 devinst.c \
16 dirid.c \
17 diskspace.c \
18 install.c \
19 parser.c \
20 queue.c \
21 setupcab.c \
22 stubs.c
24 C_SRCS16 = \
25 devinst16.c \
26 infparse.c \
27 setupx_main.c \
28 virtcopy.c
30 RC_SRCS= setupapi.rc
32 @MAKE_DLL_RULES@
34 ### Dependencies: