mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-29 02:33:58 +02:00
14 lines
219 B
Makefile
14 lines
219 B
Makefile
MODULE = dpnet.dll
|
|
IMPORTLIB = dpnet
|
|
IMPORTS = dxguid uuid ole32 advapi32 ws2_32
|
|
|
|
SOURCES = \
|
|
address.c \
|
|
client.c \
|
|
dpnet.idl \
|
|
dpnet_main.c \
|
|
lobbiedapp.c \
|
|
peer.c \
|
|
server.c \
|
|
threadpool.c \
|
|
version.rc
|