Makefile.in 406 Bytes
Newer Older
1 2 3 4 5
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR    = @srcdir@
VPATH     = @srcdir@
MODULE    = dpnet.dll
6
IMPORTLIB = dpnet
7
IMPORTS   = dxguid uuid ole32 advapi32 kernel32
8 9 10 11 12

C_SRCS = \
	address.c \
	client.c \
	dpnet_main.c \
13
	lobbiedapp.c \
14 15
	peer.c \
	regsvr.c \
16 17
	server.c \
	threadpool.c
18 19 20 21 22

RC_SRCS = version.rc

@MAKE_DLL_RULES@

23
@DEPENDENCIES@  # everything below this line is overwritten by make depend