mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 14:40:56 +00:00
bec06ad777
Implement WSCEnumProtocols(). Add some tests.
15 lines
202 B
Makefile
15 lines
202 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
TESTDLL = ws2_32.dll
|
|
IMPORTS = ws2_32
|
|
|
|
CTESTS = \
|
|
protocol.c \
|
|
sock.c
|
|
|
|
@MAKE_TEST_RULES@
|
|
|
|
### Dependencies:
|