remove pch
This commit is contained in:
parent
031868d9a4
commit
0d41ee95c2
|
|
@ -16,22 +16,12 @@
|
|||
//
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
||||
#if defined(WIN32_VC) && !defined(NO_PCH)
|
||||
#include "builder_headers.h"
|
||||
#endif
|
||||
|
||||
#pragma hdrstop
|
||||
|
||||
#if !defined(WIN32_VC) || defined(NO_PCH)
|
||||
#include "builderFuncs.h"
|
||||
#include "builderMisc.h"
|
||||
|
||||
#include <notify.h>
|
||||
#include <namedNode.h>
|
||||
#include <geomNode.h>
|
||||
#include "pmap.h"
|
||||
#endif
|
||||
|
||||
#include "builder.h"
|
||||
#include <renderRelation.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -16,16 +16,7 @@
|
|||
//
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
||||
#if defined(WIN32_VC) && !defined(NO_PCH)
|
||||
#include "builder_headers.h"
|
||||
#endif
|
||||
|
||||
#pragma hdrstop
|
||||
|
||||
#if !defined(WIN32_VC) || defined(NO_PCH)
|
||||
#include "builderAttrib.h"
|
||||
#endif
|
||||
|
||||
|
||||
// Tell GCC that we'll take care of the instantiation explicitly here.
|
||||
#ifdef __GNUC__
|
||||
|
|
|
|||
|
|
@ -16,21 +16,13 @@
|
|||
//
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
||||
#if defined(WIN32_VC) && !defined(NO_PCH)
|
||||
#include "builder_headers.h"
|
||||
#endif
|
||||
|
||||
#pragma hdrstop
|
||||
|
||||
#if !defined(WIN32_VC) || defined(NO_PCH)
|
||||
#include "builderAttrib.h"
|
||||
#include "builderBucket.h"
|
||||
#include "builderFuncs.h"
|
||||
#include "builderMisc.h"
|
||||
#include <namedNode.h>
|
||||
#include <geomNode.h>
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
BuilderBucket *BuilderBucket::_default_bucket = NULL;
|
||||
|
|
|
|||
|
|
@ -16,17 +16,8 @@
|
|||
//
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
||||
#if defined(WIN32_VC) && !defined(NO_PCH)
|
||||
#include "builder_headers.h"
|
||||
#endif
|
||||
|
||||
#pragma hdrstop
|
||||
|
||||
#if !defined(WIN32_VC) || defined(NO_PCH)
|
||||
#include "builderFuncs.h"
|
||||
#include <geomNode.h>
|
||||
#endif
|
||||
|
||||
#include "builderBucketNode.h"
|
||||
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
|
|
|||
|
|
@ -16,20 +16,11 @@
|
|||
//
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
||||
#if defined(WIN32_VC) && !defined(NO_PCH)
|
||||
#include "builder_headers.h"
|
||||
#endif
|
||||
|
||||
#pragma hdrstop
|
||||
|
||||
#if !defined(WIN32_VC) || defined(NO_PCH)
|
||||
#include "builderMisc.h"
|
||||
#include "builderTypes.h"
|
||||
|
||||
#include <luse.h>
|
||||
#include <stdlib.h>
|
||||
#endif
|
||||
|
||||
////////////////////////////////////////////////////////////////////
|
||||
// Function: make_random_color
|
||||
// Description: Chooses a reasonable random color.
|
||||
|
|
|
|||
|
|
@ -16,16 +16,7 @@
|
|||
//
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
||||
#if defined(WIN32_VC) && !defined(NO_PCH)
|
||||
#include "builder_headers.h"
|
||||
#endif
|
||||
|
||||
#pragma hdrstop
|
||||
|
||||
#if !defined(WIN32_VC) || defined(NO_PCH)
|
||||
#include "builderFuncs.h"
|
||||
#endif
|
||||
|
||||
#include "builderNormalVisualizer.h"
|
||||
|
||||
#ifdef SUPPORT_SHOW_NORMALS
|
||||
|
|
|
|||
|
|
@ -16,17 +16,8 @@
|
|||
//
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
||||
#if defined(WIN32_VC) && !defined(NO_PCH)
|
||||
#include "builder_headers.h"
|
||||
#endif
|
||||
|
||||
#pragma hdrstop
|
||||
|
||||
#if !defined(WIN32_VC) || defined(NO_PCH)
|
||||
#include "builderPrim.h"
|
||||
#include <notify.h>
|
||||
#endif
|
||||
|
||||
// Tell GCC that we'll take care of the instantiation explicitly here.
|
||||
#ifdef __GNUC__
|
||||
#pragma implementation
|
||||
|
|
|
|||
|
|
@ -16,16 +16,7 @@
|
|||
//
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
||||
#if defined(WIN32_VC) && !defined(NO_PCH)
|
||||
#include "builder_headers.h"
|
||||
#endif
|
||||
|
||||
#pragma hdrstop
|
||||
|
||||
#if !defined(WIN32_VC) || defined(NO_PCH)
|
||||
#include "builderProperties.h"
|
||||
#endif
|
||||
|
||||
|
||||
////////////////////////////////////////////////////////////////////
|
||||
// Function: BuilderProperties::Ordering operator
|
||||
|
|
|
|||
|
|
@ -16,17 +16,8 @@
|
|||
//
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
||||
#if defined(WIN32_VC) && !defined(NO_PCH)
|
||||
#include "builder_headers.h"
|
||||
#endif
|
||||
|
||||
#pragma hdrstop
|
||||
|
||||
#if !defined(WIN32_VC) || defined(NO_PCH)
|
||||
#include "builderTypes.h"
|
||||
|
||||
#include <notify.h>
|
||||
#endif
|
||||
|
||||
ostream &operator << (ostream &out, BuilderAttribFlags baf) {
|
||||
const char *space = "";
|
||||
|
|
|
|||
|
|
@ -16,17 +16,8 @@
|
|||
//
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
||||
#if defined(WIN32_VC) && !defined(NO_PCH)
|
||||
#include "builder_headers.h"
|
||||
#endif
|
||||
|
||||
#pragma hdrstop
|
||||
|
||||
#if !defined(WIN32_VC) || defined(NO_PCH)
|
||||
#include "builderAttrib.h"
|
||||
#include "builderVertex.h"
|
||||
#endif
|
||||
|
||||
// Tell GCC that we'll take care of the instantiation explicitly here.
|
||||
#ifdef __GNUC__
|
||||
#pragma implementation
|
||||
|
|
|
|||
|
|
@ -16,15 +16,8 @@
|
|||
//
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
||||
#if defined(WIN32_VC) && !defined(NO_PCH)
|
||||
#include "builder_headers.h"
|
||||
#endif
|
||||
|
||||
#pragma hdrstop
|
||||
|
||||
#if !defined(WIN32_VC) || defined(NO_PCH)
|
||||
#include "mesher.h"
|
||||
#endif
|
||||
|
||||
// Tell GCC that we'll take care of the instantiation explicitly here.
|
||||
#ifdef __GNUC__
|
||||
|
|
|
|||
Loading…
Reference in New Issue