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:
/////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "appsettings.h"
#endif

View File

@ -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

View File

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

View File

@ -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

View File

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

View File

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

View File

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

View File

@ -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

View File

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

View File

@ -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

View File

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

View File

@ -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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -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

View File

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

View File

@ -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

View File

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

View File

@ -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

View File

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

View File

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

View File

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

View File

@ -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"