makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / ws2_32 / Makefile.in
1 EXTRADEFS = -DUSE_WS_PREFIX
2 MODULE    = ws2_32.dll
3 IMPORTLIB = ws2_32
4 DELAYIMPORTS = iphlpapi user32
5 EXTRALIBS = @LIBPOLL@
6
7 C_SRCS = \
8         async.c \
9         protocol.c \
10         socket.c
11
12 RC_SRCS = version.rc
13
14 @MAKE_DLL_RULES@