mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 17:00:47 +00:00
ca90b902bc
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
16 lines
235 B
Makefile
16 lines
235 B
Makefile
MODULE = dpnet.dll
|
|
IMPORTLIB = dpnet
|
|
IMPORTS = dxguid uuid ole32 advapi32 ws2_32
|
|
|
|
C_SRCS = \
|
|
address.c \
|
|
client.c \
|
|
dpnet_main.c \
|
|
lobbiedapp.c \
|
|
peer.c \
|
|
server.c \
|
|
threadpool.c
|
|
|
|
IDL_SRCS = dpnet.idl
|
|
|
|
RC_SRCS = version.rc
|