mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 21:04:06 +00:00
18 lines
248 B
Makefile
18 lines
248 B
Makefile
MODULE = dpnet.dll
|
|
IMPORTLIB = dpnet
|
|
IMPORTS = dxguid uuid ole32 advapi32
|
|
|
|
C_SRCS = \
|
|
address.c \
|
|
client.c \
|
|
dpnet_main.c \
|
|
lobbiedapp.c \
|
|
peer.c \
|
|
server.c \
|
|
threadpool.c
|
|
|
|
IDL_R_SRCS = dpnet.idl
|
|
|
|
RC_SRCS = version.rc
|
|
|
|
@MAKE_DLL_RULES@
|