msi: Properly initialize the SelectionTree control's attributes and property values.
[wine/testsucceed.git] / dlls / wsock32 / Makefile.in
blobb86acdb18d2e8b2c42bc24f4cf71b60241447e56
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = wsock32.dll
6 IMPORTLIB = libwsock32.$(IMPLIBEXT)
7 IMPORTS = ws2_32 iphlpapi kernel32
8 EXTRADEFS = -DWINE_NO_LONG_AS_INT
10 C_SRCS = \
11 protocol.c \
12 service.c \
13 socket.c
15 RC_SRCS = version.rc
17 @MAKE_DLL_RULES@
19 @DEPENDENCIES@ # everything below this line is overwritten by make depend