winex11: Use the create_pixmap_from_image helper to select DIB pattern brushes.
[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         server.c \
12         threadpool.c
13
14 IDL_R_SRCS = dpnet.idl
15
16 RC_SRCS = version.rc
17
18 @MAKE_DLL_RULES@