Changed the pragmas to allow debugging under Linux

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10823 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2001-07-04 17:12:37 +00:00
parent 70f3fad609
commit 7190821305
51 changed files with 60 additions and 53 deletions

View File

@@ -229,13 +229,16 @@
# endif # endif
#endif /* !defined(wxUSE_LOGWINDOW) */ #endif /* !defined(wxUSE_LOGWINDOW) */
/* For now... */
#ifndef __WXGTK__
#ifndef wxUSE_LOG_DIALOG #ifndef wxUSE_LOG_DIALOG
# ifdef wxABORT_ON_CONFIG_ERROR # ifdef wxABORT_ON_CONFIG_ERROR
# error "wxUSE_LOG_DIALOG must be defined." # error "wxUSE_LOG_DIALOG must be defined."
# else # else
# define wxUSE_LOG_DIALOG 0 # define wxUSE_LOG_DIALOG 0
# endif # endif
#endif /* !defined(wxUSE_LOGWINDOW) */ #endif /* !defined(wxUSE_LOG_DIALOG) */
#endif
#ifndef wxUSE_MDI_ARCHITECTURE #ifndef wxUSE_MDI_ARCHITECTURE
# ifdef wxABORT_ON_CONFIG_ERROR # ifdef wxABORT_ON_CONFIG_ERROR

View File

@@ -14,7 +14,7 @@
#ifdef __GNUG__ #ifdef __GNUG__
#if !defined(__WXMOTIF__) && !defined(__WXMAC__) // because there is no matching .cpp #if !defined(__WXMOTIF__) && !defined(__WXMAC__) // because there is no matching .cpp
#pragma interface "spinbutbase.h" #pragma interface "spinbutt.h"
#endif #endif
#endif #endif

View File

@@ -13,7 +13,7 @@
#define _WX_UNIV_BMPBUTTN_H_ #define _WX_UNIV_BMPBUTTN_H_
#ifdef __GNUG__ #ifdef __GNUG__
#pragma interface "univbmpbuttn.h" #pragma interface "bmpbuttn.h"
#endif #endif
class WXDLLEXPORT wxBitmapButton : public wxBitmapButtonBase class WXDLLEXPORT wxBitmapButton : public wxBitmapButtonBase

View File

@@ -13,7 +13,7 @@
#define _WX_UNIV_BUTTON_H_ #define _WX_UNIV_BUTTON_H_
#ifdef __GNUG__ #ifdef __GNUG__
#pragma interface "univbutton.h" #pragma interface "button.h"
#endif #endif
class WXDLLEXPORT wxInputHandler; class WXDLLEXPORT wxInputHandler;

View File

@@ -13,7 +13,7 @@
#define _WX_UNIV_CHECKBOX_H_ #define _WX_UNIV_CHECKBOX_H_
#ifdef __GNUG__ #ifdef __GNUG__
#pragma interface "univcheckbox.h" #pragma interface "checkbox.h"
#endif #endif
#include "wx/button.h" // for wxStdButtonInputHandler #include "wx/button.h" // for wxStdButtonInputHandler

View File

@@ -13,7 +13,7 @@
#define _WX_UNIV_CHECKLST_H_ #define _WX_UNIV_CHECKLST_H_
#ifdef __GNUG__ #ifdef __GNUG__
#pragma interface "univchecklst.h" #pragma interface "checklst.h"
#endif #endif
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------

View File

@@ -37,7 +37,7 @@
#define _WX_UNIV_COMBOBOX_H_ #define _WX_UNIV_COMBOBOX_H_
#ifdef __GNUG__ #ifdef __GNUG__
#pragma implementation "univcombobox.h" #pragma implementation "combobox.h"
#endif #endif
class WXDLLEXPORT wxComboControl; class WXDLLEXPORT wxComboControl;

View File

@@ -13,7 +13,7 @@
#define _WX_UNIV_FRAME_H_ #define _WX_UNIV_FRAME_H_
#ifdef __GNUG__ #ifdef __GNUG__
#pragma interface "univframe.h" #pragma interface "frame.h"
#endif #endif
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------

View File

@@ -10,7 +10,7 @@
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__ #ifdef __GNUG__
#pragma implementation "gaugeuniv.h" #pragma implementation "gauge.h"
#endif #endif
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------

View File

@@ -13,7 +13,7 @@
#define _WX_UNIV_LISTBOX_H_ #define _WX_UNIV_LISTBOX_H_
#ifdef __GNUG__ #ifdef __GNUG__
#pragma implementation "univlistbox.h" #pragma implementation "listbox.h"
#endif #endif
#include "wx/scrolwin.h" // for wxScrollHelper #include "wx/scrolwin.h" // for wxScrollHelper

View File

@@ -13,7 +13,7 @@
#define _WX_UNIV_MENU_H_ #define _WX_UNIV_MENU_H_
#ifdef __GNUG__ #ifdef __GNUG__
#pragma interface "univmenu.h" #pragma interface "menu.h"
#endif #endif
#if wxUSE_ACCEL #if wxUSE_ACCEL

View File

@@ -13,7 +13,7 @@
#define _WX_UNIV_MENUITEM_H_ #define _WX_UNIV_MENUITEM_H_
#ifdef __GNUG__ #ifdef __GNUG__
#pragma interface "univmenuitem.h" #pragma interface "menuitem.h"
#endif #endif
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------

View File

@@ -13,7 +13,7 @@
#define _WX_UNIV_NOTEBOOK_H_ #define _WX_UNIV_NOTEBOOK_H_
#ifdef __GNUG__ #ifdef __GNUG__
#pragma interface "univnotebook.h" #pragma interface "notebook.h"
#endif #endif
class WXDLLEXPORT wxSpinButton; class WXDLLEXPORT wxSpinButton;

View File

@@ -13,7 +13,7 @@
#define _WX_UNIV_RADIOBOX_H_ #define _WX_UNIV_RADIOBOX_H_
#ifdef __GNUG__ #ifdef __GNUG__
#pragma interface "univradiobox.h" #pragma interface "radiobox.h"
#endif #endif
class WXDLLEXPORT wxRadioButton; class WXDLLEXPORT wxRadioButton;

View File

@@ -13,7 +13,7 @@
#define _WX_UNIV_RADIOBUT_H_ #define _WX_UNIV_RADIOBUT_H_
#ifdef __GNUG__ #ifdef __GNUG__
#pragma interface "univradiobut.h" #pragma interface "radiobut.h"
#endif #endif
#include "wx/checkbox.h" #include "wx/checkbox.h"

View File

@@ -13,7 +13,7 @@
#define _WX_UNIV_SCRARROW_H_ #define _WX_UNIV_SCRARROW_H_
#ifdef __GNUG__ #ifdef __GNUG__
#pragma interface "univscrarrow.h" #pragma interface "scrarrow.h"
#endif #endif
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------

View File

@@ -13,7 +13,7 @@
#define _WX_UNIV_SCROLBAR_H_ #define _WX_UNIV_SCROLBAR_H_
#ifdef __GNUG__ #ifdef __GNUG__
#pragma interface "univscrolbar.h" #pragma interface "scrolbar.h"
#endif #endif
class WXDLLEXPORT wxScrollTimer; class WXDLLEXPORT wxScrollTimer;

View File

@@ -13,7 +13,7 @@
#define _WX_UNIV_SCRTHUMB_H_ #define _WX_UNIV_SCRTHUMB_H_
#ifdef __GNUG__ #ifdef __GNUG__
#pragma interface "univscrthumb.h" #pragma interface "scrthumb.h"
#endif #endif
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------

View File

@@ -10,7 +10,7 @@
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__ #ifdef __GNUG__
#pragma interface "univslider.h" #pragma interface "slider.h"
#endif #endif
#ifndef _WX_UNIV_SLIDER_H_ #ifndef _WX_UNIV_SLIDER_H_

View File

@@ -13,7 +13,7 @@
#define _WX_UNIV_SPINBUTT_H_ #define _WX_UNIV_SPINBUTT_H_
#ifdef __GNUG__ #ifdef __GNUG__
#pragma interface "univspinbutt.h" #pragma interface "spinbutt.h"
#endif #endif
#include "wx/univ/scrarrow.h" #include "wx/univ/scrarrow.h"

View File

@@ -13,7 +13,7 @@
#define _WX_UNIV_STATBMP_H_ #define _WX_UNIV_STATBMP_H_
#ifdef __GNUG__ #ifdef __GNUG__
#pragma interface "univstatbmp.h" #pragma interface "statbmp.h"
#endif #endif
#include "wx/bitmap.h" #include "wx/bitmap.h"

View File

@@ -13,7 +13,7 @@
#define _WX_UNIV_STATBOX_H_ #define _WX_UNIV_STATBOX_H_
#ifdef __GNUG__ #ifdef __GNUG__
#pragma interface "univstatbox.h" #pragma interface "statbox.h"
#endif #endif
class WXDLLEXPORT wxStaticBox : public wxStaticBoxBase class WXDLLEXPORT wxStaticBox : public wxStaticBoxBase

View File

@@ -9,7 +9,7 @@
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__ #ifdef __GNUG__
#pragma interface "univstatline.h" #pragma interface "statline.h"
#endif #endif
#ifndef _WX_UNIV_STATLINE_H_ #ifndef _WX_UNIV_STATLINE_H_

View File

@@ -13,7 +13,7 @@
#define _WX_UNIV_STATTEXT_H_ #define _WX_UNIV_STATTEXT_H_
#ifdef __GNUG__ #ifdef __GNUG__
#pragma interface "univstattext.h" #pragma interface "stattext.h"
#endif #endif
class WXDLLEXPORT wxStaticText : public wxStaticTextBase class WXDLLEXPORT wxStaticText : public wxStaticTextBase

View File

@@ -13,7 +13,7 @@
#define _WX_UNIV_TEXTCTRL_H_ #define _WX_UNIV_TEXTCTRL_H_
#ifdef __GNUG__ #ifdef __GNUG__
#pragma interface "univtextctrl.h" #pragma interface "textctrl.h"
#endif #endif
class WXDLLEXPORT wxCaret; class WXDLLEXPORT wxCaret;

View File

@@ -15,7 +15,7 @@
#define _WX_UNIV_WINDOW_H_ #define _WX_UNIV_WINDOW_H_
#ifdef __GNUG__ #ifdef __GNUG__
#pragma interface "univwindow.h" #pragma interface "window.h"
#endif #endif
#include "wx/bitmap.h" // for m_bitmapBg #include "wx/bitmap.h" // for m_bitmapBg

View File

@@ -18,8 +18,8 @@
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
#ifdef __GNUG__ #ifdef __GNUG__
#pragma implementation "minimal.cpp" // #pragma implementation "minimal.cpp"
#pragma interface "minimal.cpp" // #pragma interface "minimal.cpp"
#endif #endif
// For compilers that support precompilation, includes "wx/wx.h". // For compilers that support precompilation, includes "wx/wx.h".

View File

@@ -328,6 +328,10 @@ cleanwx:
-$(RM) ../common/*.bak -$(RM) ../common/*.bak
-$(RM) ../generic/*.o -$(RM) ../generic/*.o
-$(RM) ../generic/*.bak -$(RM) ../generic/*.bak
-$(RM) ../univ/*.o
-$(RM) ../univ/*.bak
-$(RM) ../unix/*.o
-$(RM) ../unix/*.bak
-$(RM) ../html/*.o -$(RM) ../html/*.o
-$(RM) ../zlib/*.o -$(RM) ../zlib/*.o
-$(RM) ../zlib/*.bak -$(RM) ../zlib/*.bak

View File

@@ -18,7 +18,7 @@
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
#ifdef __GNUG__ #ifdef __GNUG__
#pragma implementation "univbmpbuttn.h" #pragma implementation "bmpbuttn.h"
#endif #endif
#include "wx/wxprec.h" #include "wx/wxprec.h"

View File

@@ -18,7 +18,7 @@
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
#ifdef __GNUG__ #ifdef __GNUG__
#pragma implementation "univbutton.h" #pragma implementation "button.h"
#endif #endif
#include "wx/wxprec.h" #include "wx/wxprec.h"

View File

@@ -18,7 +18,7 @@
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
#ifdef __GNUG__ #ifdef __GNUG__
#pragma implementation "univcheckbox.h" #pragma implementation "checkbox.h"
#endif #endif
#include "wx/wxprec.h" #include "wx/wxprec.h"

View File

@@ -18,7 +18,7 @@
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
#ifdef __GNUG__ #ifdef __GNUG__
#pragma implementation "univchecklst.h" #pragma implementation "checklst.h"
#endif #endif
#include "wx/wxprec.h" #include "wx/wxprec.h"

View File

@@ -28,7 +28,7 @@
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
#ifdef __GNUG__ #ifdef __GNUG__
#pragma implementation "univcombobox.h" #pragma implementation "combobox.h"
#endif #endif
#include "wx/wxprec.h" #include "wx/wxprec.h"

View File

@@ -18,7 +18,7 @@
// --------------------------------------------------------------------------- // ---------------------------------------------------------------------------
#ifdef __GNUG__ #ifdef __GNUG__
#pragma implementation "univframe.h" #pragma implementation "framuniv.h"
#endif #endif
// For compilers that support precompilation, includes "wx.h". // For compilers that support precompilation, includes "wx.h".

View File

@@ -18,7 +18,7 @@
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
#ifdef __GNUG__ #ifdef __GNUG__
#pragma implementation "gaugeuniv.h" #pragma implementation "gauge.h"
#endif #endif
// For compilers that support precompilation, includes "wx.h". // For compilers that support precompilation, includes "wx.h".

View File

@@ -18,7 +18,7 @@
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
#ifdef __GNUG__ #ifdef __GNUG__
#pragma implementation "univlistbox.h" #pragma implementation "listbox.h"
#endif #endif
#include "wx/wxprec.h" #include "wx/wxprec.h"

View File

@@ -18,8 +18,8 @@
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
#ifdef __GNUG__ #ifdef __GNUG__
#pragma implementation "univmenuitem.h" #pragma implementation "menuitem.h"
#pragma implementation "univmenu.h" #pragma implementation "menu.h"
#endif #endif
#include "wx/wxprec.h" #include "wx/wxprec.h"

View File

@@ -18,7 +18,7 @@
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
#ifdef __GNUG__ #ifdef __GNUG__
#pragma implementation "univnotebook.h" #pragma implementation "notebook.h"
#endif #endif
#include "wx/wxprec.h" #include "wx/wxprec.h"

View File

@@ -18,7 +18,7 @@
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
#ifdef __GNUG__ #ifdef __GNUG__
#pragma implementation "univradiobox.h" #pragma implementation "radiobox.h"
#endif #endif
#include "wx/wxprec.h" #include "wx/wxprec.h"

View File

@@ -18,7 +18,7 @@
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
#ifdef __GNUG__ #ifdef __GNUG__
#pragma implementation "univradiobut.h" #pragma implementation "radiobut.h"
#endif #endif
#include "wx/wxprec.h" #include "wx/wxprec.h"

View File

@@ -18,7 +18,7 @@
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
#ifdef __GNUG__ #ifdef __GNUG__
#pragma implementation "univscrarrow.h" #pragma implementation "scrarrow.h"
#endif #endif
#include "wx/wxprec.h" #include "wx/wxprec.h"

View File

@@ -18,7 +18,7 @@
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
#ifdef __GNUG__ #ifdef __GNUG__
#pragma implementation "univscrolbar.h" #pragma implementation "scrolbar.h"
#endif #endif
#include "wx/wxprec.h" #include "wx/wxprec.h"

View File

@@ -18,7 +18,7 @@
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
#ifdef __GNUG__ #ifdef __GNUG__
#pragma implementation "univscrthumb.h" #pragma implementation "scrthumb.h"
#endif #endif
#include "wx/wxprec.h" #include "wx/wxprec.h"

View File

@@ -43,7 +43,7 @@
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
#ifdef __GNUG__ #ifdef __GNUG__
#pragma implementation "univslider.h" #pragma implementation "slider.h"
#endif #endif
#include "wx/wxprec.h" #include "wx/wxprec.h"

View File

@@ -18,8 +18,8 @@
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
#ifdef __GNUG__ #ifdef __GNUG__
#pragma implementation "spinbutbase.h" // #pragma implementation "butbase.h"
#pragma implementation "univspinbutt.h" #pragma implementation "spinbutt.h"
#endif #endif
#include "wx/wxprec.h" #include "wx/wxprec.h"

View File

@@ -18,7 +18,7 @@
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
#ifdef __GNUG__ #ifdef __GNUG__
#pragma implementation "univstatbmp.h" #pragma implementation "statbmp.h"
#endif #endif
#include "wx/wxprec.h" #include "wx/wxprec.h"

View File

@@ -18,7 +18,7 @@
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
#ifdef __GNUG__ #ifdef __GNUG__
#pragma implementation "univstatbox.h" #pragma implementation "statbox.h"
#endif #endif
#include "wx/wxprec.h" #include "wx/wxprec.h"

View File

@@ -18,7 +18,7 @@
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
#ifdef __GNUG__ #ifdef __GNUG__
#pragma implementation "univstatline.h" #pragma implementation "statline.h"
#endif #endif
#include "wx/wxprec.h" #include "wx/wxprec.h"

View File

@@ -18,7 +18,7 @@
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
#ifdef __GNUG__ #ifdef __GNUG__
#pragma implementation "univstattext.h" #pragma implementation "stattext.h"
#endif #endif
#include "wx/wxprec.h" #include "wx/wxprec.h"

View File

@@ -118,7 +118,7 @@
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
#ifdef __GNUG__ #ifdef __GNUG__
#pragma implementation "univtextctrl.h" #pragma implementation "textctrl.h"
#endif #endif
#include "wx/wxprec.h" #include "wx/wxprec.h"

View File

@@ -18,7 +18,7 @@
// --------------------------------------------------------------------------- // ---------------------------------------------------------------------------
#ifdef __GNUG__ #ifdef __GNUG__
#pragma implementation "univwindow.h" #pragma implementation "window.h"
#endif #endif
// For compilers that support precompilation, includes "wx.h". // For compilers that support precompilation, includes "wx.h".