mirror of
https://github.com/reactos/wine.git
synced 2025-01-06 03:09:14 +00:00
17 lines
254 B
Makefile
17 lines
254 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = wsock32.dll
|
|
IMPORTLIB = wsock32
|
|
IMPORTS = mswsock ws2_32 iphlpapi
|
|
|
|
C_SRCS = \
|
|
protocol.c \
|
|
service.c \
|
|
socket.c
|
|
|
|
RC_SRCS = version.rc
|
|
|
|
@MAKE_DLL_RULES@
|