wine-wine/dlls/dpnet/Makefile.in

23 lines
397 B
Makefile
Raw Normal View History

2004-04-07 20:39:00 +00:00
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = dpnet.dll
IMPORTLIB = dpnet
IMPORTS = dxguid uuid ole32 user32 advapi32 kernel32
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 \
regsvr.c \
server.c
RC_SRCS = version.rc
@MAKE_DLL_RULES@
@DEPENDENCIES@ # everything below this line is overwritten by make depend