kernel32: Delete the .windows-label file if the label is empty.
[wine/multimedia.git] / dlls / dpnet / Makefile.in
blob8d6b31959c145082376f782e59a8681d9c15fd4d
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = dpnet.dll
6 IMPORTLIB = dpnet
7 IMPORTS = dxguid uuid ole32 user32 advapi32 kernel32
9 C_SRCS = \
10 address.c \
11 client.c \
12 dpnet_main.c \
13 lobbiedapp.c \
14 peer.c \
15 regsvr.c \
16 server.c \
17 threadpool.c
19 RC_SRCS = version.rc
21 @MAKE_DLL_RULES@
23 @DEPENDENCIES@ # everything below this line is overwritten by make depend