makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / dpnet / Makefile.in
1 MODULE    = dpnet.dll
2 IMPORTLIB = dpnet
3 IMPORTS   = dxguid uuid ole32 advapi32
4
5 C_SRCS = \
6         address.c \
7         client.c \
8         dpnet_main.c \
9         lobbiedapp.c \
10         peer.c \
11         regsvr.c \
12         server.c \
13         threadpool.c
14
15 RC_SRCS = version.rc
16
17 @MAKE_DLL_RULES@