mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-29 02:33:58 +02:00
7 lines
140 B
Makefile
7 lines
140 B
Makefile
MODULE = winsock.dll16
|
|
IMPORTS = ws2_32
|
|
DELAYIMPORTS = user32
|
|
EXTRADLLFLAGS = -m16 -Wb,--main-module,ws2_32.dll
|
|
|
|
SOURCES = \
|
|
socket.c
|