More (blind) wxMac configtool compilation fixes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24033 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
0fba0ec77b
commit
71ada1a5fb
@ -9,7 +9,7 @@
|
||||
// Licence:
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifdef __GNUG__
|
||||
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
|
||||
#pragma implementation "appsettings.h"
|
||||
#endif
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
#ifndef _AP_APPSETTINGS_H_
|
||||
#define _AP_APPSETTINGS_H_
|
||||
|
||||
#ifdef __GNUG__
|
||||
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
|
||||
#pragma interface "appsettings.cpp"
|
||||
#endif
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
// Licence:
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifdef __GNUG__
|
||||
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
|
||||
#pragma implementation "configitem.h"
|
||||
#endif
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
#ifndef _CT_CONFIGITEM_H_
|
||||
#define _CT_CONFIGITEM_H_
|
||||
|
||||
#ifdef __GNUG__
|
||||
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
|
||||
#pragma interface "configitem.cpp"
|
||||
#endif
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
// Licence:
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifdef __GNUG__
|
||||
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
|
||||
#pragma implementation "configitemselector.h"
|
||||
#endif
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
#ifndef _CONFIGITEMSELECTOR_H_
|
||||
#define _CONFIGITEMSELECTOR_H_
|
||||
|
||||
#ifdef __GNUG__
|
||||
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
|
||||
#pragma interface "configitemselector.cpp"
|
||||
#endif
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
// Licence:
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifdef __GNUG__
|
||||
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
|
||||
#pragma implementation "configtooldoc.h"
|
||||
#endif
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
#ifndef _CT_CONFIGTOOLDOC_H_
|
||||
#define _CT_CONFIGTOOLDOC_H_
|
||||
|
||||
#ifdef __GNUG__
|
||||
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
|
||||
#pragma interface "configtooldoc.cpp"
|
||||
#endif
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
// Licence:
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifdef __GNUG__
|
||||
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
|
||||
#pragma implementation "configtoolview.h"
|
||||
#endif
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
#ifndef _CT_CONFIGTOOLVIEW_H_
|
||||
#define _CT_CONFIGTOOLVIEW_H_
|
||||
|
||||
#ifdef __GNUG__
|
||||
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
|
||||
#pragma interface "configtoolview.cpp"
|
||||
#endif
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
// Licence:
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifdef __GNUG__
|
||||
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
|
||||
#pragma implementation "configtree.h"
|
||||
#endif
|
||||
|
||||
|
@ -13,7 +13,7 @@
|
||||
#ifndef _CT_CONFIGTREE_H_
|
||||
#define _CT_CONFIGTREE_H_
|
||||
|
||||
#ifdef __GNUG__
|
||||
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
|
||||
#pragma interface "configtree.cpp"
|
||||
#endif
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
// Licence:
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifdef __GNUG__
|
||||
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
|
||||
#pragma implementation "custompropertydialog.h"
|
||||
#endif
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
#ifndef _CUSTOMPROPERTYDIALOG_H_
|
||||
#define _CUSTOMPROPERTYDIALOG_H_
|
||||
|
||||
#ifdef __GNUG__
|
||||
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
|
||||
#pragma interface "custompropertydialog.cpp"
|
||||
#endif
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
// ----------------------------------------------------------------------------
|
||||
// headers
|
||||
// ----------------------------------------------------------------------------
|
||||
#ifdef __GNUG__
|
||||
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
|
||||
#pragma implementation "htmlparser.h"
|
||||
#endif
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
#ifndef _HTMLPARSER_H_
|
||||
#define _HTMLPARSER_H_
|
||||
|
||||
#ifdef __GNUG__
|
||||
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
|
||||
#pragma interface "htmlparser.cpp"
|
||||
#endif
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
// Licence:
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifdef __GNUG__
|
||||
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
|
||||
#pragma implementation "mainframe.h"
|
||||
#endif
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
#ifndef _AP_MAINFRAME_H_
|
||||
#define _AP_MAINFRAME_H_
|
||||
|
||||
#ifdef __GNUG__
|
||||
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
|
||||
#pragma interface "mainframe.cpp"
|
||||
#endif
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
// Licence:
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifdef __GNUG__
|
||||
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
|
||||
#pragma implementation "propeditor.h"
|
||||
#endif
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
#ifndef _CT_PROPEDITOR_H_
|
||||
#define _CT_PROPEDITOR_H_
|
||||
|
||||
#ifdef __GNUG__
|
||||
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
|
||||
#pragma interface "propeditor.cpp"
|
||||
#endif
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
// Licence:
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifdef __GNUG__
|
||||
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
|
||||
#pragma implementation "property.h"
|
||||
#endif
|
||||
|
||||
|
@ -13,7 +13,7 @@
|
||||
#ifndef _CT_PROPERTY_H_
|
||||
#define _CT_PROPERTY_H_
|
||||
|
||||
#ifdef __GNUG__
|
||||
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
|
||||
#pragma interface "property.cpp"
|
||||
#endif
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
// Licence:
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifdef __GNUG__
|
||||
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
|
||||
#pragma implementation "settingsdialog.h"
|
||||
#endif
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
#ifndef _SETTINGSDIALOG_H_
|
||||
#define _SETTINGSDIALOG_H_
|
||||
|
||||
#ifdef __GNUG__
|
||||
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
|
||||
#pragma interface "settingsdialog.cpp"
|
||||
#endif
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
// Licence:
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifdef __GNUG__
|
||||
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
|
||||
#pragma implementation "wxconfigtool.h"
|
||||
#endif
|
||||
|
||||
|
@ -12,13 +12,12 @@
|
||||
#ifndef _AP_WXCONFIGTOOL_H_
|
||||
#define _AP_WXCONFIGTOOL_H_
|
||||
|
||||
#ifdef __GNUG__
|
||||
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
|
||||
#pragma interface "wxconfigtool.cpp"
|
||||
#endif
|
||||
|
||||
#include "wx/docview.h"
|
||||
#include "wx/help.h"
|
||||
#include "wx/app.h"
|
||||
|
||||
#ifdef __WXMSW__
|
||||
#include "wx/msw/helpchm.h"
|
||||
|
Loading…
Reference in New Issue
Block a user