]> git.saurik.com Git - wxWidgets.git/commitdiff
Added precompiled header support to allow building with VC++
authorJ. Russell Smyth <drfish@cox.net>
Tue, 13 Jul 1999 18:24:29 +0000 (18:24 +0000)
committerJ. Russell Smyth <drfish@cox.net>
Tue, 13 Jul 1999 18:24:29 +0000 (18:24 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2994 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/html/mod_fonts.cpp
src/html/mod_hline.cpp
src/html/mod_image.cpp
src/html/mod_layout.cpp
src/html/mod_links.cpp
src/html/mod_pre.cpp
src/html/mod_tables.cpp

index 45c723c1fb644e461deadfec6b17c463a791adc8..7d27a6ea0db7133221301eaccd274293e5d77573 100644 (file)
@@ -6,10 +6,23 @@
 // Licence:     wxWindows Licence
 /////////////////////////////////////////////////////////////////////////////
 
+#ifdef __GNUG__
+#pragma implementation
+#endif
+
+#include <wx/wxprec.h>
 
 #include "wx/defs.h"
 #if wxUSE_HTML
 
+#ifdef __BORDLANDC__
+#pragma hdrstop
+#endif
+
+#ifndef WXPRECOMP
+#include <wx/wx.h>
+#endif
+
 #include <wx/html/forcelink.h>
 #include <wx/html/mod_templ.h>
 
@@ -172,4 +185,4 @@ TAGS_MODULE_BEGIN(Fonts)
 TAGS_MODULE_END(Fonts)
 
 
-#endif
\ No newline at end of file
+#endif
index c79c3ad13e178e1777bc850a1059260f555e378d..b8af76bdbe5f16d92c196815792238f89210dc49 100644 (file)
@@ -6,9 +6,24 @@
 // Licence:     wxWindows Licence
 /////////////////////////////////////////////////////////////////////////////
 
+#ifdef __GNUG__
+#pragma implementation
+#endif
+
+#include <wx/wxprec.h>
+
 
 #include "wx/defs.h"
 #if wxUSE_HTML
+#ifdef __BORDLANDC__
+#pragma hdrstop
+#endif
+
+#ifndef WXPRECOMP
+#include <wx/wx.h>
+#endif
+
+
 
 #include <wx/html/forcelink.h>
 #include <wx/html/mod_templ.h>
index 908e4b62413d1b45cdc8dd661941e3eb5d1021ac..79e38d3a8d223bd0f452618c970e316001bcf578 100644 (file)
@@ -6,9 +6,23 @@
 // Licence:     wxWindows Licence
 /////////////////////////////////////////////////////////////////////////////
 
+#ifdef __GNUG__
+#pragma implementation
+#endif
+
+#include <wx/wxprec.h>
+
 #include "wx/defs.h"
 #if wxUSE_HTML
 
+#ifdef __BORDLANDC__
+#pragma hdrstop
+#endif
+
+#ifndef WXPRECOMP
+#include <wx/wx.h>
+#endif
+
 #include <wx/html/forcelink.h>
 #include <wx/html/mod_templ.h>
 
@@ -144,4 +158,4 @@ TAGS_MODULE_BEGIN(Image)
 TAGS_MODULE_END(Image)
 
 
-#endif
\ No newline at end of file
+#endif
index 42b1de108c8c27785bddcdfc0bf77636cc27efbb..b398f93d3c5511676cfd161e8ff97cd8ebbf6f6b 100644 (file)
@@ -5,9 +5,21 @@
 // Copyright:   (c) 1999 Vaclav Slavik
 // Licence:     wxWindows Licence
 /////////////////////////////////////////////////////////////////////////////
+#ifdef __GNUG__
+#pragma implementation
+#endif
+
+#include <wx/wxprec.h>
 
-#include "wx/defs.h"
 #if wxUSE_HTML
+#ifdef __BORDLANDC__
+#pragma hdrstop
+#endif
+
+#ifndef WXPRECOMP
+#include <wx/wx.h>
+#endif
+
 
 #include <wx/html/forcelink.h>
 #include <wx/html/mod_templ.h>
index 9b929828662689854a43e9909cf63bf457e95c34..dceb9024afe05ca777bfbb2cc4d692200481023b 100644 (file)
@@ -6,9 +6,23 @@
 // Licence:     wxWindows Licence
 /////////////////////////////////////////////////////////////////////////////
 
-#include "wx/defs.h"
+#ifdef __GNUG__
+#pragma implementation
+#endif
+
+#include <wx/wxprec.h>
+
 #if wxUSE_HTML
 
+#ifdef __BORDLANDC__
+#pragma hdrstop
+#endif
+
+#ifndef WXPRECOMP
+#include <wx/wx.h>
+#endif
+
+
 #include <wx/html/forcelink.h>
 #include <wx/html/mod_templ.h>
 #include <wx/wxhtml.h>
index e2fa697bdac476fcc86d154b878c716f6b6947e6..0227f795b263534255970315268036f1d07da527 100644 (file)
@@ -6,8 +6,21 @@
 // Licence:     wxWindows Licence
 /////////////////////////////////////////////////////////////////////////////
 
-#include "wx/defs.h"
+#ifdef __GNUG__
+#pragma implementation
+#endif
+
+#include <wx/wxprec.h>
+
 #if wxUSE_HTML
+#ifdef __BORDLANDC__
+#pragma hdrstop
+#endif
+
+#ifndef WXPRECOMP
+#include <wx/wx.h>
+#endif
+
 
 #include <wx/html/forcelink.h>
 #include <wx/html/mod_templ.h>
index 7f9e31c08ed85cfcdc77a30cc8ec1e3b26d7ba08..3707b8026d37c41f445ac5089ae4e418ba5d79fa 100644 (file)
@@ -6,8 +6,21 @@
 // Licence:     wxWindows Licence
 /////////////////////////////////////////////////////////////////////////////
 
-#include "wx/defs.h"
+#ifdef __GNUG__
+#pragma implementation
+#endif
+
+#include <wx/wxprec.h>
+
 #if wxUSE_HTML
+#ifdef __BORDLANDC__
+#pragma hdrstop
+#endif
+
+#ifndef WXPRECOMP
+#include <wx/wx.h>
+#endif
+
 
 /*
 REMARKS: