Sweden-Number/dlls/ws2_32/Makefile.in

22 lines
398 B
Makefile
Raw Normal View History

2006-10-12 14:53:44 +02:00
EXTRADEFS = -DUSE_WS_PREFIX
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = ws2_32.dll
IMPORTLIB = ws2_32
2008-08-05 00:44:27 +02:00
IMPORTS = kernel32 ntdll
DELAYIMPORTS = iphlpapi user32
EXTRALIBS = @LIBPOLL@
C_SRCS = \
async.c \
protocol.c \
socket.c
2003-05-14 00:26:09 +02:00
RC_SRCS = version.rc
@MAKE_DLL_RULES@
@DEPENDENCIES@ # everything below this line is overwritten by make depend