mirror of
https://github.com/reactos/wine.git
synced 2025-02-03 18:53:17 +00:00
9 lines
108 B
Makefile
9 lines
108 B
Makefile
MODULE = mswsock.dll
|
|
IMPORTLIB = mswsock
|
|
IMPORTS = ws2_32
|
|
|
|
C_SRCS = \
|
|
mswsock.c
|
|
|
|
RC_SRCS = version.rc
|