Convert remaining source files to utf-8.
[wine/multimedia.git] / dlls / ws2_32 / Makefile.in
blob9924e2d0875303a975e3bf64088553e10db1dd38
1 EXTRADEFS = -DUSE_WS_PREFIX
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ../..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
6 MODULE = ws2_32.dll
7 IMPORTLIB = ws2_32
8 IMPORTS = kernel32 ntdll
9 DELAYIMPORTS = iphlpapi user32
10 EXTRALIBS = @LIBPOLL@
12 C_SRCS = \
13 async.c \
14 protocol.c \
15 socket.c
17 C_SRCS16 = socket16.c
19 SPEC_SRCS16 = winsock.spec
21 RC_SRCS = version.rc
23 @MAKE_DLL_RULES@
25 @DEPENDENCIES@ # everything below this line is overwritten by make depend