ws2_32/tests: Add SO_ERROR [set|get]sockopt tests.
[wine] / dlls / wiaservc / Makefile.in
1 MODULE    = wiaservc.dll
2 IMPORTS   = uuid ole32 advapi32
3
4 C_SRCS = \
5         factory.c \
6         service.c \
7         wiadevmgr.c \
8         wiaservc_main.c
9
10 IDL_R_SRCS = wiaservc.idl
11
12 RC_SRCS = rsrc.rc
13
14 @MAKE_DLL_RULES@