Added precompiled header support to allow building with VC++

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2994 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
J. Russell Smyth 1999-07-13 18:24:29 +00:00
parent 602e68af58
commit 3364ab799a
7 changed files with 100 additions and 6 deletions

View 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
#endif

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

View 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
#endif

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

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

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

View 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: