wine-wine/dlls/dpnet/Makefile.in

19 lines
248 B
Makefile
Raw Normal View History

2004-04-07 20:39:00 +00:00
MODULE = dpnet.dll
IMPORTLIB = dpnet
IMPORTS = dxguid uuid ole32 advapi32
2004-04-07 20:39:00 +00:00
C_SRCS = \
address.c \
client.c \
dpnet_main.c \
lobbiedapp.c \
2004-04-07 20:39:00 +00:00
peer.c \
server.c \
threadpool.c
2004-04-07 20:39:00 +00:00
IDL_R_SRCS = dpnet.idl
2004-04-07 20:39:00 +00:00
RC_SRCS = version.rc
@MAKE_DLL_RULES@