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/CMakeDialog.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/CMakeDialog.h')
-rw-r--r-- | Source/MFCDialog/CMakeDialog.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Source/MFCDialog/CMakeDialog.h b/Source/MFCDialog/CMakeDialog.h index 7c0463d..85d3cfd 100644 --- a/Source/MFCDialog/CMakeDialog.h +++ b/Source/MFCDialog/CMakeDialog.h @@ -27,9 +27,13 @@ protected: // Dialog Data //{{AFX_DATA(CMakeSetupDialog) enum { IDD = IDD_CMakeSetupDialog_DIALOG }; + CComboBox m_WhereSourceControl; + CComboBox m_WhereBuildControl; CListBox m_CacheEntriesList; CString m_WhereITK; CString m_WhereBuildITK; + CString m_WhereBuild; + CString m_WhereSource; //}}AFX_DATA // ClassWizard generated virtual function overrides @@ -54,6 +58,13 @@ protected: afx_msg void OnBuildProjects(); afx_msg void OnChangeWhereBuild(); afx_msg void OnChangeWhereSource(); + afx_msg void OnEditchangeWhereBuild(); + afx_msg void OnEditchangeWhereSource(); + afx_msg void OnSelchangeWhereSource(); + afx_msg void OnSelchangeWhereBuild(); + afx_msg void OnEditupdateWhereBuild(); + afx_msg void OnCloseupWhereBuild(); + afx_msg void OnSelendokWhereBuild(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; |