wined3d: Re-add the fixed function stream source trace.
[wine/wine-kai.git] / dlls / dpnet / Makefile.in
blob17929ea16f2849f821191263ee92955b32aaa1d2
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = dpnet.dll
6 IMPORTLIB = libdpnet.$(IMPLIBEXT)
7 IMPORTS = ole32 user32 advapi32 kernel32
8 EXTRALIBS = -ldxguid -luuid
10 C_SRCS = \
11 address.c \
12 client.c \
13 dpnet_main.c \
14 peer.c \
15 regsvr.c \
16 server.c
18 RC_SRCS = version.rc
20 @MAKE_DLL_RULES@
22 @DEPENDENCIES@ # everything below this line is overwritten by make depend