mirror of
https://github.com/reactos/wine.git
synced 2025-01-07 20:01:56 +00:00
19def5f7af
Add tests for WSAAddressToString{A,W} and WSAStringToAddress{A,W}. Add TRACEs to WSAStringToAddress{A,W}.
26 lines
379 B
Makefile
26 lines
379 B
Makefile
EXTRADEFS = -DUSE_WS_PREFIX
|
|
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = ws2_32.dll
|
|
IMPORTS = user32 iphlpapi kernel32 ntdll
|
|
EXTRALIBS = $(LIBUNICODE)
|
|
|
|
C_SRCS = \
|
|
async.c \
|
|
protocol.c \
|
|
socket.c
|
|
|
|
C_SRCS16 = socket16.c
|
|
|
|
SPEC_SRCS16 = winsock.spec
|
|
|
|
RC_SRCS = version.rc
|
|
|
|
SUBDIRS = tests
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|