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:
Mattia Barbon
2003-10-01 11:51:42 +00:00
parent 0fba0ec77b
commit 71ada1a5fb
26 changed files with 26 additions and 27 deletions

View File

@@ -9,7 +9,7 @@
// Licence: // Licence:
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "appsettings.h" #pragma implementation "appsettings.h"
#endif #endif

View File

@@ -12,7 +12,7 @@
#ifndef _AP_APPSETTINGS_H_ #ifndef _AP_APPSETTINGS_H_
#define _AP_APPSETTINGS_H_ #define _AP_APPSETTINGS_H_
#ifdef __GNUG__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "appsettings.cpp" #pragma interface "appsettings.cpp"
#endif #endif

View File

@@ -9,7 +9,7 @@
// Licence: // Licence:
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "configitem.h" #pragma implementation "configitem.h"
#endif #endif

View File

@@ -12,7 +12,7 @@
#ifndef _CT_CONFIGITEM_H_ #ifndef _CT_CONFIGITEM_H_
#define _CT_CONFIGITEM_H_ #define _CT_CONFIGITEM_H_
#ifdef __GNUG__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "configitem.cpp" #pragma interface "configitem.cpp"
#endif #endif

View File

@@ -9,7 +9,7 @@
// Licence: // Licence:
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "configitemselector.h" #pragma implementation "configitemselector.h"
#endif #endif

View File

@@ -12,7 +12,7 @@
#ifndef _CONFIGITEMSELECTOR_H_ #ifndef _CONFIGITEMSELECTOR_H_
#define _CONFIGITEMSELECTOR_H_ #define _CONFIGITEMSELECTOR_H_
#ifdef __GNUG__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "configitemselector.cpp" #pragma interface "configitemselector.cpp"
#endif #endif

View File

@@ -9,7 +9,7 @@
// Licence: // Licence:
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "configtooldoc.h" #pragma implementation "configtooldoc.h"
#endif #endif

View File

@@ -12,7 +12,7 @@
#ifndef _CT_CONFIGTOOLDOC_H_ #ifndef _CT_CONFIGTOOLDOC_H_
#define _CT_CONFIGTOOLDOC_H_ #define _CT_CONFIGTOOLDOC_H_
#ifdef __GNUG__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "configtooldoc.cpp" #pragma interface "configtooldoc.cpp"
#endif #endif

View File

@@ -9,7 +9,7 @@
// Licence: // Licence:
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "configtoolview.h" #pragma implementation "configtoolview.h"
#endif #endif

View File

@@ -12,7 +12,7 @@
#ifndef _CT_CONFIGTOOLVIEW_H_ #ifndef _CT_CONFIGTOOLVIEW_H_
#define _CT_CONFIGTOOLVIEW_H_ #define _CT_CONFIGTOOLVIEW_H_
#ifdef __GNUG__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "configtoolview.cpp" #pragma interface "configtoolview.cpp"
#endif #endif

View File

@@ -9,7 +9,7 @@
// Licence: // Licence:
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "configtree.h" #pragma implementation "configtree.h"
#endif #endif

View File

@@ -13,7 +13,7 @@
#ifndef _CT_CONFIGTREE_H_ #ifndef _CT_CONFIGTREE_H_
#define _CT_CONFIGTREE_H_ #define _CT_CONFIGTREE_H_
#ifdef __GNUG__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "configtree.cpp" #pragma interface "configtree.cpp"
#endif #endif

View File

@@ -9,7 +9,7 @@
// Licence: // Licence:
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "custompropertydialog.h" #pragma implementation "custompropertydialog.h"
#endif #endif

View File

@@ -12,7 +12,7 @@
#ifndef _CUSTOMPROPERTYDIALOG_H_ #ifndef _CUSTOMPROPERTYDIALOG_H_
#define _CUSTOMPROPERTYDIALOG_H_ #define _CUSTOMPROPERTYDIALOG_H_
#ifdef __GNUG__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "custompropertydialog.cpp" #pragma interface "custompropertydialog.cpp"
#endif #endif

View File

@@ -12,7 +12,7 @@
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
// headers // headers
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
#ifdef __GNUG__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "htmlparser.h" #pragma implementation "htmlparser.h"
#endif #endif

View File

@@ -12,7 +12,7 @@
#ifndef _HTMLPARSER_H_ #ifndef _HTMLPARSER_H_
#define _HTMLPARSER_H_ #define _HTMLPARSER_H_
#ifdef __GNUG__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "htmlparser.cpp" #pragma interface "htmlparser.cpp"
#endif #endif

View File

@@ -9,7 +9,7 @@
// Licence: // Licence:
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "mainframe.h" #pragma implementation "mainframe.h"
#endif #endif

View File

@@ -12,7 +12,7 @@
#ifndef _AP_MAINFRAME_H_ #ifndef _AP_MAINFRAME_H_
#define _AP_MAINFRAME_H_ #define _AP_MAINFRAME_H_
#ifdef __GNUG__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "mainframe.cpp" #pragma interface "mainframe.cpp"
#endif #endif

View File

@@ -9,7 +9,7 @@
// Licence: // Licence:
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "propeditor.h" #pragma implementation "propeditor.h"
#endif #endif

View File

@@ -12,7 +12,7 @@
#ifndef _CT_PROPEDITOR_H_ #ifndef _CT_PROPEDITOR_H_
#define _CT_PROPEDITOR_H_ #define _CT_PROPEDITOR_H_
#ifdef __GNUG__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "propeditor.cpp" #pragma interface "propeditor.cpp"
#endif #endif

View File

@@ -10,7 +10,7 @@
// Licence: // Licence:
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "property.h" #pragma implementation "property.h"
#endif #endif

View File

@@ -13,7 +13,7 @@
#ifndef _CT_PROPERTY_H_ #ifndef _CT_PROPERTY_H_
#define _CT_PROPERTY_H_ #define _CT_PROPERTY_H_
#ifdef __GNUG__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "property.cpp" #pragma interface "property.cpp"
#endif #endif

View File

@@ -9,7 +9,7 @@
// Licence: // Licence:
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "settingsdialog.h" #pragma implementation "settingsdialog.h"
#endif #endif

View File

@@ -12,7 +12,7 @@
#ifndef _SETTINGSDIALOG_H_ #ifndef _SETTINGSDIALOG_H_
#define _SETTINGSDIALOG_H_ #define _SETTINGSDIALOG_H_
#ifdef __GNUG__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "settingsdialog.cpp" #pragma interface "settingsdialog.cpp"
#endif #endif

View File

@@ -9,7 +9,7 @@
// Licence: // Licence:
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "wxconfigtool.h" #pragma implementation "wxconfigtool.h"
#endif #endif

View File

@@ -12,13 +12,12 @@
#ifndef _AP_WXCONFIGTOOL_H_ #ifndef _AP_WXCONFIGTOOL_H_
#define _AP_WXCONFIGTOOL_H_ #define _AP_WXCONFIGTOOL_H_
#ifdef __GNUG__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "wxconfigtool.cpp" #pragma interface "wxconfigtool.cpp"
#endif #endif
#include "wx/docview.h" #include "wx/docview.h"
#include "wx/help.h" #include "wx/help.h"
#include "wx/app.h"
#ifdef __WXMSW__ #ifdef __WXMSW__
#include "wx/msw/helpchm.h" #include "wx/msw/helpchm.h"