atl80: Added AtlComModuleRegisterServer implementation (based on AtlModuleRegisterSer...
[wine] / dlls / objsel / Makefile.in
1 MODULE    = objsel.dll
2 IMPORTS   = strmiids uuid ole32 advapi32
3
4 C_SRCS = \
5         factory.c \
6         objsel.c
7
8 IDL_R_SRCS = objsel_classes.idl
9
10 RC_SRCS = objsel.rc
11
12 @MAKE_DLL_RULES@