notepad: Fix the position of the Encoding combobox.
[wine/multimedia.git] / dlls / dpnet / Makefile.in
blobc71648137f7ca40e67d4dc76174b0974e61e035a
1 MODULE = dpnet.dll
2 IMPORTLIB = dpnet
3 IMPORTS = dxguid uuid ole32 advapi32
5 C_SRCS = \
6 address.c \
7 client.c \
8 dpnet_main.c \
9 lobbiedapp.c \
10 peer.c \
11 server.c \
12 threadpool.c
14 IDL_R_SRCS = dpnet.idl
16 RC_SRCS = version.rc
18 @MAKE_DLL_RULES@