You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
868 B
43 lines
868 B
!INCLUDE $(PROJECT_ROOT)\cluster\Mgmt\sources.inc
|
|
|
|
TARGETNAME=ClusCfgWizard
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
PRECOMPILED_CXX=1
|
|
PRECOMPILED_INCLUDE=Pch.h
|
|
|
|
MSC_WARNING_LEVEL=/W4
|
|
|
|
MIDL_FLAGS=-DMIDL_PASS
|
|
|
|
INCLUDES=\
|
|
..\inc;\
|
|
..\inc\$(O);\
|
|
..\..\inc;\
|
|
..\..\..\inc;\
|
|
..\..\..\inc\$(O);
|
|
|
|
SOURCES=\
|
|
AddNodesWizard.cpp \
|
|
AdvancedDlg.cpp \
|
|
AnalyzePage.cpp \
|
|
ClusCfg.cpp \
|
|
ClusDomainPage.cpp \
|
|
CommitPage.cpp \
|
|
CompletionPage.cpp \
|
|
CreateClusterWizard.cpp \
|
|
CSAccountPage.cpp \
|
|
DelimitedIterator.cpp \
|
|
DetailsDlg.cpp \
|
|
IPAddressPage.cpp \
|
|
MessageBox.cpp \
|
|
NamedCookie.cpp \
|
|
QuorumDlg.cpp \
|
|
SelNodePage.cpp \
|
|
SelNodesPage.cpp \
|
|
SelNodesPageCommon.cpp \
|
|
SummaryPage.cpp \
|
|
TaskTreeView.cpp \
|
|
WelcomePage.cpp \
|
|
WizardUtils.cpp \
|