~ubuntu-branches/ubuntu/lucid/cmake/lucid

« back to all changes in this revision

Viewing changes to Source/MFCDialog/MakeHelp.h

  • Committer: Bazaar Package Importer
  • Author(s): Artur Rona
  • Date: 2009-12-16 11:11:54 UTC
  • mfrom: (3.1.9 sid)
  • Revision ID: james.westby@ubuntu.com-20091216111154-6accvv6yq86h2hkc
Tags: 2.8.0-5ubuntu1
* Merge from debian testing (LP: #497349). Remaining changes:
  - Keep the Replaces: on cmake-data to cover the Kubuntu version from
    Jaunty in case someone decides to do an (unsupported) Jaunty->Lucid
    upgrade.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*=========================================================================
2
 
 
3
 
  Program:   CMake - Cross-Platform Makefile Generator
4
 
  Module:    $RCSfile: MakeHelp.h,v $
5
 
  Language:  C++
6
 
  Date:      $Date: 2002-10-23 22:03:27 $
7
 
  Version:   $Revision: 1.3 $
8
 
 
9
 
  Copyright (c) 2002 Kitware, Inc., Insight Consortium.  All rights reserved.
10
 
  See Copyright.txt or http://www.cmake.org/HTML/Copyright.html for details.
11
 
 
12
 
     This software is distributed WITHOUT ANY WARRANTY; without even 
13
 
     the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
14
 
     PURPOSE.  See the above copyright notices for more information.
15
 
 
16
 
=========================================================================*/
17
 
#if !defined(AFX_MAKEHELP_H__DD327AED_1E65_43E8_A605_0933065D1757__INCLUDED_)
18
 
#define AFX_MAKEHELP_H__DD327AED_1E65_43E8_A605_0933065D1757__INCLUDED_
19
 
 
20
 
#if _MSC_VER > 1000
21
 
#pragma once
22
 
#endif // _MSC_VER > 1000
23
 
// MakeHelp.h : header file
24
 
//
25
 
 
26
 
/////////////////////////////////////////////////////////////////////////////
27
 
// CMakeHelp dialog
28
 
 
29
 
class CMakeHelp : public CDialog
30
 
{
31
 
// Construction
32
 
public:
33
 
        CMakeHelp(CWnd* pParent = NULL);   // standard constructor
34
 
 
35
 
// Dialog Data
36
 
        //{{AFX_DATA(CMakeHelp)
37
 
        enum { IDD = IDD_CMAKE_HELP_DIALOG };
38
 
        CString m_HelpMessage;
39
 
        //}}AFX_DATA
40
 
 
41
 
 
42
 
// Overrides
43
 
        // ClassWizard generated virtual function overrides
44
 
        //{{AFX_VIRTUAL(CMakeHelp)
45
 
        protected:
46
 
        virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
47
 
        //}}AFX_VIRTUAL
48
 
 
49
 
// Implementation
50
 
protected:
51
 
 
52
 
        // Generated message map functions
53
 
        //{{AFX_MSG(CMakeHelp)
54
 
                // NOTE: the ClassWizard will add member functions here
55
 
        //}}AFX_MSG
56
 
        DECLARE_MESSAGE_MAP()
57
 
};
58
 
 
59
 
//{{AFX_INSERT_LOCATION}}
60
 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
61
 
 
62
 
#endif // !defined(AFX_MAKEHELP_H__DD327AED_1E65_43E8_A605_0933065D1757__INCLUDED_)