added support for gcc precompiled headers

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22722 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2003-08-09 12:38:21 +00:00
parent 4584250034
commit 1202890513
613 changed files with 614 additions and 614 deletions

View File

@@ -10,7 +10,7 @@
#ifndef __WX_APP_H__
#define __WX_APP_H__
#ifdef __GNUG__
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "app.h"
#endif

View File

@@ -10,7 +10,7 @@
#ifndef __WX_BITMAP_H__
#define __WX_BITMAP_H__
#ifdef __GNUG__
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "bitmap.h"
#endif

View File

@@ -11,7 +11,7 @@
#ifndef __WX_BRUSH_H__
#define __WX_BRUSH_H__
#ifdef __GNUG__
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "brush.h"
#endif

View File

@@ -11,7 +11,7 @@
#ifndef __WX_CLIPBOARD_H__
#define __WX_CLIPBOARD_H__
#ifdef __GNUG__
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "clipbrd.h"
#endif

View File

@@ -12,7 +12,7 @@
#ifndef _WX_COLOUR_H_
#define _WX_COLOUR_H_
#ifdef __GNUG__
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "colour.h"
#endif
#include "wx/object.h"

View File

@@ -11,7 +11,7 @@
#ifndef __WX_CURSOR_H__
#define __WX_CURSOR_H__
#ifdef __GNUG__
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "cursor.h"
#endif

View File

@@ -11,7 +11,7 @@
#ifndef _WX_DC_H_
#define _WX_DC_H_
#ifdef __GNUG__
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "dc.h"
#endif

View File

@@ -10,7 +10,7 @@
#ifndef __WX_DCCLIENT_H__
#define __WX_DCCLIENT_H__
#ifdef __GNUG__
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "dcclient.h"
#endif

View File

@@ -11,7 +11,7 @@
#ifndef __WX_DCMEMORY_H__
#define __WX_DCMEMORY_H__
#ifdef __GNUG__
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "dcmemory.h"
#endif

View File

@@ -10,7 +10,7 @@
#ifndef __WX_DCSCREEN_H__
#define __WX_DCSCREEN_H__
#ifdef __GNUG__
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "dcscreen.h"
#endif

View File

@@ -9,7 +9,7 @@
#ifndef __WX_FONT_H__
#define __WX_FONT_H__
#ifdef __GNUG__
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "font.h"
#endif

View File

@@ -12,7 +12,7 @@
#ifndef _WX_GDIOBJ_H_
#define _WX_GDIOBJ_H_
#ifdef __GNUG__
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "gdiobj.h"
#endif

View File

@@ -11,7 +11,7 @@
#ifndef __WX_ICON_H__
#define __WX_ICON_H__
#ifdef __GNUG__
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "icon.h"
#endif

View File

@@ -12,7 +12,7 @@
#ifndef __WX_PALETTE_H__
#define __WX_PALETTE_H__
#ifdef __GNUG__
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "palette.h"
#endif

View File

@@ -11,7 +11,7 @@
#ifndef __WX_PEN_H__
#define __WX_PEN_H__
#ifdef __GNUG__
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "pen.h"
#endif

View File

@@ -11,7 +11,7 @@
#ifndef _WX_REGION_H_
#define _WX_REGION_H_
#ifdef __GNUG__
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "region.h"
#endif

View File

@@ -11,7 +11,7 @@
#ifndef __WX_TOPLEVEL_H__
#define __WX_TOPLEVEL_H__
#ifdef __GNUG__
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "toplevel.h"
#endif

View File

@@ -14,7 +14,7 @@
// headers
// ---------------------------------------------------------------------------
#ifdef __GNUG__
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "window.h"
#endif