mirror of
https://github.com/reactos/wine.git
synced 2024-12-04 09:53:54 +00:00
7 lines
83 B
Makefile
7 lines
83 B
Makefile
TESTDLL = ws2_32.dll
|
|
IMPORTS = ws2_32 user32
|
|
|
|
C_SRCS = \
|
|
protocol.c \
|
|
sock.c
|