ntdll: Add wrappers for the string functions.
[wine.git] / dlls / dpnet / Makefile.in
blob379073b4da9cd32722d1ee048a19b9b831b054c5
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: