#if !defined(AFX_MAKEDIALOG_H__3CFDF2C0_AB89_11D1_A63B_3CC603C10000__INCLUDED_) #define AFX_MAKEDIALOG_H__3CFDF2C0_AB89_11D1_A63B_3CC603C10000__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 // MakeDialog.h : header file // ///////////////////////////////////////////////////////////////////////////// // CMakeDialog dialog class CMakeDialog : public CDialog { // Construction public: CMakeDialog(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CMakeDialog) enum { IDD = IDD_MAKE_DIALOG }; CString m_Makefile; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CMakeDialog) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CMakeDialog) afx_msg void OnMakebrowseButton(); virtual BOOL OnInitDialog(); virtual void OnOK(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Developer Studio will insert additional declarations immediately before the previous line. #endif // !defined(AFX_MAKEDIALOG_H__3CFDF2C0_AB89_11D1_A63B_3CC603C10000__INCLUDED_)