atl80: Added AtlComModuleRegisterServer implementation (based on AtlModuleRegisterSer...
[wine] / dlls / dmband / Makefile.in
1 MODULE    = dmband.dll
2 IMPORTS   = dxguid uuid ole32 advapi32
3
4 C_SRCS = \
5         band.c \
6         bandtrack.c \
7         dmband_main.c \
8         dmutils.c
9
10 IDL_R_SRCS = dmband.idl
11
12 RC_SRCS = version.rc
13
14 @MAKE_DLL_RULES@