dmloader: Simplify the module refcount handling.
[wine] / dlls / dmloader / Makefile.in
1 MODULE    = dmloader.dll
2 IMPORTS   = dxguid uuid ole32 advapi32
3
4 C_SRCS = \
5         container.c \
6         debug.c \
7         dmloader_main.c \
8         loader.c \
9         loaderstream.c
10
11 IDL_R_SRCS = dmloader.idl
12
13 RC_SRCS = version.rc
14
15 @MAKE_DLL_RULES@