diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2001-05-21 14:47:00 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2001-05-21 14:47:00 (GMT) |
commit | 650691850bd4c507296a8abd7cde10c3ac2d8fb7 (patch) | |
tree | 78093f3b1ce6b81a984ad0b1c4f9cef1f6091e1a /Source/MFCDialog/CMakeSetupDialog.h | |
parent | 06f403b274cb80b024f0c8adbe7137d9ac99f344 (diff) | |
download | CMake-650691850bd4c507296a8abd7cde10c3ac2d8fb7.zip CMake-650691850bd4c507296a8abd7cde10c3ac2d8fb7.tar.gz CMake-650691850bd4c507296a8abd7cde10c3ac2d8fb7.tar.bz2 |
BUG: fix compiler name
Diffstat (limited to 'Source/MFCDialog/CMakeSetupDialog.h')
-rw-r--r-- | Source/MFCDialog/CMakeSetupDialog.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/MFCDialog/CMakeSetupDialog.h b/Source/MFCDialog/CMakeSetupDialog.h index d04c1c3..b1140a6 100644 --- a/Source/MFCDialog/CMakeSetupDialog.h +++ b/Source/MFCDialog/CMakeSetupDialog.h @@ -36,6 +36,8 @@ protected: CString m_WhereSource; CString m_WhereBuild; bool m_BuildPathChanged; + CComboBox m_WhereSourceControl; + CComboBox m_WhereBuildControl; CPropertyList m_CacheEntriesList; //}}AFX_DATA @@ -66,7 +68,9 @@ protected: virtual void OnBuildProjects(); afx_msg void OnBrowseWhereBuild(); afx_msg void OnChangeWhereBuild(); + afx_msg void OnSelendokWhereBuild(); afx_msg void OnChangeWhereSource(); + afx_msg void OnSelendokWhereSource(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; |