wininet: Remove the custom thread pool implementation and use QueueUserWorkItem instead.
[wine] / dlls / dpnet / Makefile.in
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
9
10 C_SRCS = \
11         address.c \
12         client.c \
13         dpnet_main.c \
14         peer.c \
15         regsvr.c \
16         server.c
17
18 RC_SRCS = version.rc
19
20 @MAKE_DLL_RULES@
21
22 @DEPENDENCIES@  # everything below this line is overwritten by make depend