root/trunk/MakefileDialog.cpp

Revision 5, 1.0 kB (checked in by qbert, 6 years ago)

Initial ( and last :( ) commit

Line 
1 // MakefileDialog.cpp : implementation file
2 //
3
4 #include "stdafx.h"
5 #include "Elephant.h"
6 #include "MakefileDialog.h"
7
8 #ifdef _DEBUG
9 #define new DEBUG_NEW
10 #undef THIS_FILE
11 static char THIS_FILE[] = __FILE__;
12 #endif
13
14 /////////////////////////////////////////////////////////////////////////////
15 // CMakefileDialog dialog
16
17
18 CMakefileDialog::CMakefileDialog(CWnd* pParent /*=NULL*/)   
19 {
20     //{{AFX_DATA_INIT(CMakefileDialog)
21         // NOTE: the ClassWizard will add member initialization here
22     //}}AFX_DATA_INIT
23 }
24
25
26 void CMakefileDialog::DoDataExchange(CDataExchange* pDX)
27 {
28     CDialog::DoDataExchange(pDX);
29     //{{AFX_DATA_MAP(CMakefileDialog)
30         // NOTE: the ClassWizard will add DDX and DDV calls here
31     //}}AFX_DATA_MAP
32 }
33
34
35 BEGIN_MESSAGE_MAP(CMakefileDialog, CRHGenericChildDialog)
36     //{{AFX_MSG_MAP(CMakefileDialog)
37         // NOTE: the ClassWizard will add message map macros here
38     //}}AFX_MSG_MAP
39 END_MESSAGE_MAP()
40
41 /////////////////////////////////////////////////////////////////////////////
42 // CMakefileDialog message handlers
Note: See TracBrowser for help on using the browser.