atl80: Added AtlComModuleRegisterServer implementation (based on AtlModuleRegisterSer...
[wine] / dlls / credui / Makefile.in
1 MODULE    = credui.dll
2 IMPORTLIB = credui
3 IMPORTS   = comctl32 user32 advapi32
4
5 C_SRCS = \
6         credui_main.c
7
8 RC_SRCS = credui.rc
9 PO_SRCS = credui.rc
10
11 SVG_SRCS = \
12         banner.svg
13
14 @MAKE_DLL_RULES@