Source code of Windows XP (NT5)
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.

37 lines
694 B

  1. !INCLUDE $(PROJECT_ROOT)\cluster\sources.inc
  2. TARGETNAME=ClusCfgWizard
  3. TARGETPATH=obj
  4. TARGETTYPE=LIBRARY
  5. PRECOMPILED_CXX=1
  6. PRECOMPILED_INCLUDE=Pch.h
  7. MIDL_FLAGS=-DMIDL_PASS
  8. INCLUDES=\
  9. ..\inc;\
  10. ..\inc\$(O);\
  11. ..\..\inc;\
  12. ..\..\..\inc;\
  13. ..\..\..\inc\$(O);
  14. SOURCES=\
  15. AnalyzePage.cpp \
  16. CheckingAccessPage.cpp \
  17. ClusCfg.cpp \
  18. ClusDomainPage.cpp \
  19. CommitPage.cpp \
  20. CompletionPage.cpp \
  21. CredLoginPage.cpp \
  22. CSAccountPage.cpp \
  23. DetailsDlg.cpp \
  24. IPAddressPage.cpp \
  25. MessageBox.cpp \
  26. QuorumDlg.cpp \
  27. SelNodePage.cpp \
  28. SelNodesPage.cpp \
  29. SummaryPage.cpp \
  30. TaskTreeView.cpp \
  31. WelcomePage.cpp \
  32. WizardUtils.cpp \