From aa21388719bc324227895bd2f1328d533dc130e2 Mon Sep 17 00:00:00 2001 From: Stefan Neis Date: Fri, 14 Jan 2000 22:45:47 +0000 Subject: [PATCH] SN: Added #pragma implementation needed by GCC - expect more to come but it seems to work right now. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5406 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/os2/bitmap.cpp | 4 ++++ src/os2/dcscreen.cpp | 4 ++++ src/os2/dirdlg.cpp | 4 ++++ src/os2/gdiimage.cpp | 4 ++++ src/os2/msgdlg.cpp | 4 ++++ src/os2/ownerdrw.cpp | 4 ++++ src/os2/statbmp.cpp | 4 ++++ src/os2/statline.cpp | 4 ++++ src/os2/stattext.cpp | 4 ++++ 9 files changed, 36 insertions(+) diff --git a/src/os2/bitmap.cpp b/src/os2/bitmap.cpp index c2c99bb980..5ffef72a4b 100644 --- a/src/os2/bitmap.cpp +++ b/src/os2/bitmap.cpp @@ -9,6 +9,10 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// +#ifdef __GNUG__ + #pragma implementation "bitmap.h" +#endif + // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" diff --git a/src/os2/dcscreen.cpp b/src/os2/dcscreen.cpp index 5eaa7dc200..34a7a8c2a7 100644 --- a/src/os2/dcscreen.cpp +++ b/src/os2/dcscreen.cpp @@ -9,6 +9,10 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// +#ifdef __GNUG__ +#pragma implementation "dcscreen.h" +#endif + // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" diff --git a/src/os2/dirdlg.cpp b/src/os2/dirdlg.cpp index f2ac2d3035..31dd1bf89b 100644 --- a/src/os2/dirdlg.cpp +++ b/src/os2/dirdlg.cpp @@ -9,6 +9,10 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// +#ifdef __GNUG__ + #pragma implementation "dirdlg.h" +#endif + // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" diff --git a/src/os2/gdiimage.cpp b/src/os2/gdiimage.cpp index fcc9d4a18b..d3b1965074 100644 --- a/src/os2/gdiimage.cpp +++ b/src/os2/gdiimage.cpp @@ -17,6 +17,10 @@ // headers // ---------------------------------------------------------------------------- +#ifdef __GNUG__ + #pragma implementation "gdiimage.h" +#endif + // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" diff --git a/src/os2/msgdlg.cpp b/src/os2/msgdlg.cpp index 51704339e5..e1cf166e2a 100644 --- a/src/os2/msgdlg.cpp +++ b/src/os2/msgdlg.cpp @@ -9,6 +9,10 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// +#ifdef __GNUG__ +#pragma implementation "msgdlg.h" +#endif + // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" diff --git a/src/os2/ownerdrw.cpp b/src/os2/ownerdrw.cpp index f7dd9b6621..86d4b6724f 100644 --- a/src/os2/ownerdrw.cpp +++ b/src/os2/ownerdrw.cpp @@ -9,6 +9,10 @@ // Licence: wxWindows license /////////////////////////////////////////////////////////////////////////////// +#ifdef __GNUG__ +#pragma implementation +#endif + // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" diff --git a/src/os2/statbmp.cpp b/src/os2/statbmp.cpp index 5d674c3826..2581c22854 100644 --- a/src/os2/statbmp.cpp +++ b/src/os2/statbmp.cpp @@ -9,6 +9,10 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// +#ifdef __GNUG__ +#pragma implementation "statbmp.h" +#endif + // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" diff --git a/src/os2/statline.cpp b/src/os2/statline.cpp index 1e3f3766e1..d14ffba774 100644 --- a/src/os2/statline.cpp +++ b/src/os2/statline.cpp @@ -16,6 +16,10 @@ // headers // ---------------------------------------------------------------------------- +#ifdef __GNUG__ + #pragma implementation "statline.h" +#endif + // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" diff --git a/src/os2/stattext.cpp b/src/os2/stattext.cpp index 6642dccd8e..bf3141e961 100644 --- a/src/os2/stattext.cpp +++ b/src/os2/stattext.cpp @@ -9,6 +9,10 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// +#ifdef __GNUG__ +#pragma implementation "stattext.h" +#endif + // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" -- 2.45.2