ws2_32/tests: Add SO_ERROR [set|get]sockopt tests.
[wine] / dlls / wbemprox / Makefile.in
1 MODULE    = wbemprox.dll
2 IMPORTS   = iphlpapi dxgi oleaut32 ole32 advapi32 user32 gdi32
3
4 C_SRCS = \
5         builtin.c \
6         class.c \
7         main.c \
8         process.c \
9         query.c \
10         reg.c \
11         service.c \
12         services.c \
13         table.c \
14         wbemlocator.c
15
16 IDL_R_SRCS = wbemprox.idl
17
18 BISON_SRCS = wql.y
19
20 @MAKE_DLL_RULES@