38 lines
694 B
Plaintext
38 lines
694 B
Plaintext
!INCLUDE $(PROJECT_ROOT)\cluster\sources.inc
|
|
|
|
TARGETNAME=ClusCfgWizard
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
PRECOMPILED_CXX=1
|
|
PRECOMPILED_INCLUDE=Pch.h
|
|
|
|
MIDL_FLAGS=-DMIDL_PASS
|
|
|
|
INCLUDES=\
|
|
..\inc;\
|
|
..\inc\$(O);\
|
|
..\..\inc;\
|
|
..\..\..\inc;\
|
|
..\..\..\inc\$(O);
|
|
|
|
SOURCES=\
|
|
AnalyzePage.cpp \
|
|
CheckingAccessPage.cpp \
|
|
ClusCfg.cpp \
|
|
ClusDomainPage.cpp \
|
|
CommitPage.cpp \
|
|
CompletionPage.cpp \
|
|
CredLoginPage.cpp \
|
|
CSAccountPage.cpp \
|
|
DetailsDlg.cpp \
|
|
IPAddressPage.cpp \
|
|
MessageBox.cpp \
|
|
QuorumDlg.cpp \
|
|
SelNodePage.cpp \
|
|
SelNodesPage.cpp \
|
|
SummaryPage.cpp \
|
|
TaskTreeView.cpp \
|
|
WelcomePage.cpp \
|
|
WizardUtils.cpp \
|