ws2_32/tests: Add SO_ERROR [set|get]sockopt tests.
[wine] / dlls / setupapi / Makefile.in
1 EXTRADEFS = -D_SETUPAPI_
2 MODULE    = setupapi.dll
3 IMPORTLIB = setupapi
4 IMPORTS   = uuid user32 version advapi32 rpcrt4
5 DELAYIMPORTS = shell32 wintrust ole32 winspool comdlg32
6
7 C_SRCS = \
8         devinst.c \
9         dialog.c \
10         dirid.c \
11         diskspace.c \
12         fakedll.c \
13         install.c \
14         misc.c \
15         parser.c \
16         query.c \
17         queue.c \
18         setupcab.c \
19         stringtable.c \
20         stubs.c
21
22 RC_SRCS = setupapi.rc
23 PO_SRCS = setupapi.rc
24
25 @MAKE_DLL_RULES@