remove pch

This commit is contained in:
cxgeorge 2001-06-08 23:56:30 +00:00
parent 12c754efd0
commit b8479388a7
147 changed files with 2 additions and 1008 deletions

View File

@ -40,8 +40,6 @@
builderTypes.h builderVertex.I builderVertex.h builderVertexTempl.I \
builderVertexTempl.h config_builder.h
// #define PRECOMPILED_HEADER builder_headers.h
#end lib_target
#begin test_bin_target

View File

@ -45,8 +45,6 @@
partBundleNode.I partBundleNode.h partGroup.I partGroup.h \
vector_PartGroupStar.h
// #define PRECOMPILED_HEADER chan_headers.h
#define IGATESCAN all
#end lib_target

View File

@ -16,13 +16,7 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "chan_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "animBundle.h"
#include <indent.h>
@ -30,7 +24,6 @@
#include <datagramIterator.h>
#include <bamReader.h>
#include <bamWriter.h>
#endif
TypeHandle AnimBundle::_type_handle;

View File

@ -16,19 +16,12 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "chan_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "animBundleNode.h"
#include <datagram.h>
#include <datagramIterator.h>
#include <bamReader.h>
#include <bamWriter.h>
#endif
TypeHandle AnimBundleNode::_type_handle;

View File

@ -16,17 +16,10 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "chan_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "animChannel.h"
#include <compose_matrix.h>
#endif
// Tell GCC that we'll take care of the instantiation explicitly here.
#ifdef __GNUC__

View File

@ -16,19 +16,12 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "chan_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "animChannelBase.h"
#include <datagram.h>
#include <datagramIterator.h>
#include <bamReader.h>
#include <bamWriter.h>
#endif
TypeHandle AnimChannelBase::_type_handle;

View File

@ -16,13 +16,7 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "chan_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "animChannelMatrixXfmTable.h"
#include "animBundle.h"
#include "config_chan.h"
@ -34,7 +28,6 @@
#include <bamReader.h>
#include <bamWriter.h>
#include <fftCompressor.h>
#endif
TypeHandle AnimChannelMatrixXfmTable::_type_handle;

View File

@ -16,13 +16,7 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "chan_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "animChannelScalarTable.h"
#include "animBundle.h"
#include "config_chan.h"
@ -33,7 +27,6 @@
#include <bamReader.h>
#include <bamWriter.h>
#include <fftCompressor.h>
#endif
TypeHandle AnimChannelScalarTable::_type_handle;

View File

@ -16,13 +16,7 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "chan_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "animControl.h"
#include "animChannelBase.h"
#include "partBundle.h"
@ -30,7 +24,6 @@
#include <event.h>
#include <throw_event.h>
#endif
TypeHandle AnimControl::_type_handle;

View File

@ -16,15 +16,8 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "chan_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "animControlCollection.h"
#endif
////////////////////////////////////////////////////////////////////

View File

@ -16,13 +16,7 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "chan_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "animGroup.h"
#include "animBundle.h"
#include "config_chan.h"
@ -33,7 +27,6 @@
#include <bamReader.h>
#include <bamWriter.h>
#endif
#include <algorithm>

View File

@ -16,17 +16,10 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "chan_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "animBundleNode.h"
#include "partBundleNode.h"
#include "config_chan.h"
#endif
#include <renderRelation.h>
#include <traverserVisitor.h>

View File

@ -16,13 +16,7 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "chan_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "config_chan.h"
#include "animBundle.h"
#include "animBundleNode.h"
@ -37,7 +31,6 @@
#include "partBundle.h"
#include "partBundleNode.h"
#include "partGroup.h"
#endif
#include <luse.h>
#include <dconfig.h>

View File

@ -16,19 +16,12 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "chan_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "movingPartBase.h"
#include "animControl.h"
#include "animChannelBase.h"
#include <indent.h>
#endif
TypeHandle MovingPartBase::_type_handle;

View File

@ -16,13 +16,7 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "chan_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "movingPartMatrix.h"
#include <compose_matrix.h>
@ -30,7 +24,6 @@
#include <datagramIterator.h>
#include <bamReader.h>
#include <bamWriter.h>
#endif
// Tell GCC that we'll take care of the instantiation explicitly here.
#ifdef __GNUC__

View File

@ -16,19 +16,12 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "chan_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "movingPartScalar.h"
#include <datagram.h>
#include <datagramIterator.h>
#include <bamReader.h>
#include <bamWriter.h>
#endif
// Tell GCC that we'll take care of the instantiation explicitly here.
#ifdef __GNUC__

View File

@ -16,13 +16,7 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "chan_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "partBundle.h"
#include "animBundle.h"
#include "animControl.h"
@ -33,7 +27,6 @@
#include <datagramIterator.h>
#include <bamReader.h>
#include <bamWriter.h>
#endif
TypeHandle PartBundle::_type_handle;

View File

@ -16,19 +16,12 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "chan_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "partBundleNode.h"
#include <datagram.h>
#include <datagramIterator.h>
#include <bamReader.h>
#include <bamWriter.h>
#endif
TypeHandle PartBundleNode::_type_handle;

View File

@ -16,13 +16,7 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "chan_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "partGroup.h"
#include "animGroup.h"
#include "config_chan.h"
@ -32,7 +26,6 @@
#include <datagramIterator.h>
#include <bamReader.h>
#include <bamWriter.h>
#endif
#include <algorithm>

View File

@ -16,19 +16,10 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "chancfg_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "chanlayout.h"
#include "chanparse.h"
#include "chanshare.h"
#include <notify.h>
#endif
LayoutType* LayoutDB = (LayoutType*)0;

View File

@ -27,8 +27,6 @@
computedVertices.h computedVerticesMorph.I computedVerticesMorph.h \
config_char.h dynamicVertices.h
// #define PRECOMPILED_HEADER char_headers.h
#define IGATESCAN all
#end lib_target

View File

@ -16,13 +16,6 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "char_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "character.h"
#include "characterJoint.h"
#include "computedVertices.h"
@ -34,15 +27,11 @@
#include <bamReader.h>
#include <bamWriter.h>
#include <pStatTimer.h>
#endif
#include <geomNode.h>
#include <animControl.h>
#include <clockObject.h>
#include <pStatTimer.h>
TypeHandle Character::_type_handle;
#ifndef CPPPARSER

View File

@ -16,13 +16,6 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "char_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "characterJoint.h"
#include "config_char.h"
@ -32,7 +25,6 @@
#include <datagramIterator.h>
#include <bamReader.h>
#include <bamWriter.h>
#endif
TypeHandle CharacterJoint::_type_handle;

View File

@ -16,20 +16,12 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "char_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "characterJointBundle.h"
#include "character.h"
#include <datagram.h>
#include <datagramIterator.h>
#include <bamReader.h>
#include <bamWriter.h>
#endif
TypeHandle CharacterJointBundle::_type_handle;

View File

@ -16,19 +16,11 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "char_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "characterSlider.h"
#include <datagram.h>
#include <datagramIterator.h>
#include <bamReader.h>
#include <bamWriter.h>
#endif
TypeHandle CharacterSlider::_type_handle;

View File

@ -16,13 +16,7 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "char_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "computedVertices.h"
#include "characterJoint.h"
#include "character.h"
@ -33,8 +27,6 @@
#include <bamReader.h>
#include <bamWriter.h>
#include <ioPtaDatagramLinMath.h>
#endif
#include <algorithm>
TypeHandle ComputedVertices::_type_handle;

View File

@ -16,20 +16,13 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "char_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "computedVerticesMorph.h"
#include <datagram.h>
#include <datagramIterator.h>
#include <bamReader.h>
#include <bamWriter.h>
#endif
////////////////////////////////////////////////////////////////////
// Function: ComputedVerticesMorphValue2::write_datagram

View File

@ -16,13 +16,7 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "char_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "config_char.h"
#include "character.h"
#include "characterJoint.h"
@ -30,8 +24,6 @@
#include "characterSlider.h"
#include "computedVertices.h"
#include "dynamicVertices.h"
#endif
#include <dconfig.h>
#include <lmatrix4.h>

View File

@ -16,13 +16,6 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "char_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "dynamicVertices.h"
#include "config_char.h"
#include <bamReader.h>
@ -30,11 +23,9 @@
#include <datagram.h>
#include <datagramIterator.h>
#include <ioPtaDatagramLinMath.h>
#endif
TypeHandle DynamicVertices::_type_handle;
////////////////////////////////////////////////////////////////////
// Function: DynamicVertices::Constructor
// Access: Public

View File

@ -17,8 +17,6 @@
#define INSTALL_HEADERS \
chatHelpers.h chatInput.I chatInput.h
// #define PRECOMPILED_HEADER chat_headers.h
#define IGATESCAN all
#end lib_target

View File

@ -15,14 +15,8 @@
// panda3d@yahoogroups.com .
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "chat_headers.h"
#endif
#pragma hdrstop
#include "chatInput.h"
#include <buttonEventDataTransition.h>
#include <buttonEventDataAttribute.h>
#include <buttonEvent.h>

View File

@ -16,16 +16,7 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "chat_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "chatInput.h"
#endif
#include "config_chat.h"
#include <dconfig.h>

View File

@ -46,8 +46,6 @@
collisionSolid.I collisionSolid.h collisionSphere.I \
collisionSphere.h collisionTraverser.I collisionTraverser.h
// #define PRECOMPILED_HEADER collide_headers.h
#define IGATESCAN all
#end lib_target

View File

@ -16,15 +16,7 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "collide_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "collisionEntry.h"
#endif
TypeHandle CollisionEntry::_type_handle;

View File

@ -16,15 +16,8 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "collide_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "collisionHandler.h"
#endif
TypeHandle CollisionHandler::_type_handle;

View File

@ -16,16 +16,9 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "collide_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "collisionHandlerEvent.h"
#include "config_collide.h"
#endif
#include <eventParameter.h>
#include <throw_event.h>

View File

@ -16,19 +16,12 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "collide_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "collisionHandlerFloor.h"
#include "config_collide.h"
#include <renderRelation.h>
#include <transformTransition.h>
#endif
#include <clockObject.h>

View File

@ -16,19 +16,12 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "collide_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "collisionHandlerPhysical.h"
#include "config_collide.h"
#include <renderRelation.h>
#include <transformTransition.h>
#endif
TypeHandle CollisionHandlerPhysical::_type_handle;

View File

@ -16,16 +16,9 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "collide_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "collisionHandlerPusher.h"
#include "config_collide.h"
#endif
TypeHandle CollisionHandlerPusher::_type_handle;

View File

@ -16,16 +16,9 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "collide_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "collisionHandlerQueue.h"
#include "config_collide.h"
#endif
TypeHandle CollisionHandlerQueue::_type_handle;

View File

@ -16,16 +16,9 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "collide_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "collisionSolid.h"
#include "collisionNode.h"
#endif
#include "collisionLevelState.h"

View File

@ -16,13 +16,7 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "collide_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "collisionNode.h"
#include "config_collide.h"
@ -30,7 +24,6 @@
#include <datagramIterator.h>
#include <bamReader.h>
#include <bamWriter.h>
#endif
TypeHandle CollisionNode::_type_handle;

View File

@ -16,13 +16,7 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "collide_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "collisionPlane.h"
#include "collisionHandler.h"
#include "collisionEntry.h"
@ -37,7 +31,6 @@
#include <datagramIterator.h>
#include <bamReader.h>
#include <bamWriter.h>
#endif
#include <omniBoundingVolume.h>
#include <geomQuad.h>

View File

@ -16,13 +16,7 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "collide_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "collisionPolygon.h"
#include "collisionHandler.h"
#include "collisionEntry.h"
@ -39,7 +33,6 @@
#include <datagramIterator.h>
#include <bamReader.h>
#include <bamWriter.h>
#endif
#include <algorithm>
#include <geomPolygon.h>

View File

@ -16,25 +16,16 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "collide_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "collisionRay.h"
#include "collisionHandler.h"
#include "collisionEntry.h"
#include "config_collide.h"
#include <geom.h>
#include <geomNode.h>
#include <geomLinestrip.h>
#include <boundingLine.h>
#include <projectionNode.h>
#include <projection.h>
#endif
TypeHandle CollisionRay::_type_handle;

View File

@ -16,13 +16,7 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "collide_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "collisionSegment.h"
#include "collisionHandler.h"
#include "collisionEntry.h"
@ -32,7 +26,6 @@
#include <geomNode.h>
#include <projectionNode.h>
#include <projection.h>
#endif
#include <geomLine.h>
#include <geometricBoundingVolume.h>

View File

@ -16,13 +16,7 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "collide_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "collisionSolid.h"
#include "config_collide.h"
#include "collisionEntry.h"
@ -36,7 +30,6 @@
#include <datagramIterator.h>
#include <bamReader.h>
#include <bamWriter.h>
#endif
#include <indent.h>
#include <cullFaceTransition.h>

View File

@ -16,13 +16,7 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "collide_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "collisionSphere.h"
#include "collisionRay.h"
#include "collisionSegment.h"
@ -36,7 +30,6 @@
#include <datagramIterator.h>
#include <bamReader.h>
#include <bamWriter.h>
#endif
#include <geomSphere.h>
#include <nearly_zero.h>

View File

@ -16,13 +16,7 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "collide_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "collisionNode.h"
#include "collisionEntry.h"
#include "collisionPolygon.h"
@ -31,7 +25,6 @@
#include <transformTransition.h>
#include <geomNode.h>
#include <geom.h>
#endif
#include "collisionTraverser.h"
#include <nodePath.h>

View File

@ -16,13 +16,6 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "collide_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "config_collide.h"
#include "collisionEntry.h"
#include "collisionHandler.h"
@ -38,9 +31,6 @@
#include "collisionSegment.h"
#include "collisionSolid.h"
#include "collisionSphere.h"
#endif
#include <dconfig.h>
Configure(config_collide);

View File

@ -40,8 +40,6 @@
#define IGATESCAN all
// #define PRECOMPILED_HEADER cull_headers.h
#end lib_target
#begin test_bin_target

View File

@ -16,13 +16,7 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "cull_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "config_cull.h"
#include "cullTraverser.h"
#include "geomBin.h"
@ -34,7 +28,6 @@
#include "geomBinAttribute.h"
#include "geomBinFixed.h"
#include "directRenderTransition.h"
#endif
#include <dconfig.h>

View File

@ -16,19 +16,12 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "cull_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "cullState.h"
#include "config_cull.h"
#include <indent.h>
#include <graphicsStateGuardian.h>
#endif
#include <allAttributesWrapper.h>

View File

@ -16,18 +16,11 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "cull_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "cullState.h"
#include "cullStateSubtree.h"
#include <indent.h>
#endif
#include "cullStateLookup.h"

View File

@ -16,16 +16,9 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "cull_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "cullStateSubtree.h"
#include "config_cull.h"
#endif
////////////////////////////////////////////////////////////////////

View File

@ -16,13 +16,7 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "cull_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "cullTraverser.h"
#include "geomBinTransition.h"
#include "geomBinAttribute.h"
@ -38,7 +32,6 @@
#include <indent.h>
#include <string_utils.h>
#include <pStatTimer.h>
#endif
#include <wrt.h>
#include <displayRegion.h>

View File

@ -16,17 +16,10 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "cull_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "directRenderTransition.h"
#include <indent.h>
#endif
TypeHandle DirectRenderTransition::_type_handle;

View File

@ -16,13 +16,7 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "cull_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "geomBin.h"
#include "cullTraverser.h"
#include "config_cull.h"
@ -35,7 +29,6 @@
#include <nodeAttributes.h>
#include <graphicsStateGuardian.h>
#include <string_utils.h>
#endif
TypeHandle GeomBin::_type_handle;

View File

@ -16,19 +16,12 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "cull_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "geomBinAttribute.h"
#include "geomBinTransition.h"
#include <indent.h>
#include <string.h>
#endif
#include <graphicsStateGuardianBase.h>

View File

@ -16,13 +16,7 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "cull_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "geomBinBackToFront.h"
#include "cullTraverser.h"
@ -32,7 +26,6 @@
#include <transformAttribute.h>
#include <geometricBoundingVolume.h>
#include <pStatTimer.h>
#endif
TypeHandle GeomBinBackToFront::_type_handle;

View File

@ -16,13 +16,7 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "cull_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "geomBinFixed.h"
#include "cullTraverser.h"
@ -32,7 +26,6 @@
#include <transformAttribute.h>
#include <geometricBoundingVolume.h>
#include <pStatTimer.h>
#endif
#include <directRenderTraverser.h>

View File

@ -16,20 +16,12 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "cull_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "geomBinGroup.h"
#include "cullTraverser.h"
#include <indent.h>
#include <nodeAttributes.h>
#include <graphicsStateGuardian.h>
#endif
TypeHandle GeomBinGroup::_type_handle;

View File

@ -16,19 +16,12 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "cull_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "geomBinNormal.h"
#include "geomBinUnsorted.h"
#include "geomBinBackToFront.h"
#include <nodeAttributes.h>
#endif
#include <transparencyTransition.h>
#include <transparencyAttribute.h>

View File

@ -16,20 +16,11 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "cull_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "geomBinTransition.h"
#include "geomBinAttribute.h"
#include <indent.h>
#include <string.h>
#endif
TypeHandle GeomBinTransition::_type_handle;

View File

@ -16,21 +16,12 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "cull_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "geomBinUnsorted.h"
#include "cullTraverser.h"
#include <indent.h>
#include <nodeAttributes.h>
#include <graphicsStateGuardian.h>
#include <pStatTimer.h>
#endif
TypeHandle GeomBinUnsorted::_type_handle;

View File

@ -39,8 +39,6 @@
trackerData.I trackerData.h \
trackerNode.I trackerNode.h
// #define PRECOMPILED_HEADER device_headers.h
#define IGATESCAN all
#end lib_target

View File

@ -16,16 +16,9 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "device_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "analogNode.h"
#include "config_device.h"
#endif
////////////////////////////////////////////////////////////////////
// Static variables

View File

@ -16,16 +16,9 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "device_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "buttonNode.h"
#include "config_device.h"
#endif
#include <buttonEventDataTransition.h>

View File

@ -16,17 +16,10 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "device_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "clientAnalogDevice.h"
#include <indent.h>
#endif
TypeHandle ClientAnalogDevice::_type_handle;

View File

@ -16,16 +16,9 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "device_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "clientBase.h"
#include "config_device.h"
#endif
TypeHandle ClientBase::_type_handle;

View File

@ -16,17 +16,10 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "device_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "clientButtonDevice.h"
#include <indent.h>
#endif
TypeHandle ClientButtonDevice::_type_handle;

View File

@ -16,18 +16,11 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "device_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "clientDevice.h"
#include "clientBase.h"
#include <indent.h>
#endif
TypeHandle ClientDevice::_type_handle;

View File

@ -16,17 +16,10 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "device_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "clientDialDevice.h"
#include <indent.h>
#endif
TypeHandle ClientDialDevice::_type_handle;

View File

@ -16,14 +16,7 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "device_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "clientTrackerDevice.h"
#endif
TypeHandle ClientTrackerDevice::_type_handle;

View File

@ -16,13 +16,7 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "device_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "config_device.h"
#include "analogNode.h"
#include "buttonNode.h"
@ -35,7 +29,6 @@
#include "dialNode.h"
#include "mouse.h"
#include "trackerNode.h"
#endif
#include <dconfig.h>

View File

@ -16,16 +16,9 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "device_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "dialNode.h"
#include "config_device.h"
#endif
////////////////////////////////////////////////////////////////////
// Static variables

View File

@ -15,15 +15,8 @@
// panda3d@yahoogroups.com .
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "device_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "mouse.h"
#endif
#include <mouseData.h>
#include <buttonHandle.h>

View File

@ -16,12 +16,6 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "device_headers.h"
#endif
#pragma hdrstop
#include "trackerData.h"
////////////////////////////////////////////////////////////////////

View File

@ -16,16 +16,9 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "device_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "trackerNode.h"
#include "config_device.h"
#endif
////////////////////////////////////////////////////////////////////
// Static variables

View File

@ -65,8 +65,6 @@
vec4DataTransition.h vectorDataAttribute.I vectorDataAttribute.h \
vectorDataTransition.I vectorDataTransition.h
// #define PRECOMPILED_HEADER dgraph_headers.h
#define IGATESCAN \
dataNode.cxx dataNode.h dataRelation.cxx dataRelation.h \
dataGraphTraversal.cxx dataGraphTraversal.h

View File

@ -16,18 +16,11 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "dgraph_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "buttonEventDataAttribute.h"
#include "buttonEventDataTransition.h"
#include <indent.h>
#endif
#include <modifierButtons.h>
#include <algorithm>

View File

@ -16,16 +16,9 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "dgraph_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "buttonEventDataTransition.h"
#include "buttonEventDataAttribute.h"
#endif
TypeHandle ButtonEventDataTransition::_type_handle;

View File

@ -16,13 +16,7 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "dgraph_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "dgraph_headers.h"
#include "dataNode.h"
#include "dataRelation.h"
@ -36,7 +30,6 @@
#include "matrixDataAttribute.h"
#include "buttonEventDataTransition.h"
#include "buttonEventDataAttribute.h"
#endif
#include <dconfig.h>

View File

@ -16,16 +16,9 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "dgraph_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "dataGraphTraversal.h"
#include "dataGraphTraverser.h"
#endif
#include <pStatTimer.h>
#include <pStatCollector.h>

View File

@ -16,19 +16,12 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "dgraph_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "dataGraphTraverser.h"
#include "dataRelation.h"
#include "dataNode.h"
#include "config_dgraph.h"
#include "describe_data_verbose.h"
#endif

View File

@ -16,15 +16,8 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "dgraph_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "dataNode.h"
#endif
TypeHandle DataNode::_type_handle;

View File

@ -16,15 +16,8 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "dgraph_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "dataRelation.h"
#endif
#include "transformTransition.h"

View File

@ -16,18 +16,11 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "dgraph_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "dataGraphTraversal.h"
#include "describe_data_verbose.h"
#include <indent.h>
#endif
#include <nodeAttributes.h>

View File

@ -16,16 +16,9 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "dgraph_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "doubleDataAttribute.h"
#include "doubleDataTransition.h"
#endif
// Tell GCC that we'll take care of the instantiation explicitly here.
#ifdef __GNUC__

View File

@ -16,16 +16,9 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "dgraph_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "doubleDataTransition.h"
#include "doubleDataAttribute.h"
#endif
// Tell GCC that we'll take care of the instantiation explicitly here.
#ifdef __GNUC__

View File

@ -16,16 +16,9 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "dgraph_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "doublePtrDataAttribute.h"
#include "doublePtrDataTransition.h"
#endif
// Tell GCC that we'll take care of the instantiation explicitly here.
#ifdef __GNUC__

View File

@ -16,16 +16,9 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "dgraph_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "doublePtrDataTransition.h"
#include "doublePtrDataAttribute.h"
#endif
// Tell GCC that we'll take care of the instantiation explicitly here.
#ifdef __GNUC__

View File

@ -16,16 +16,9 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "dgraph_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "intDataAttribute.h"
#include "intDataTransition.h"
#endif
// Tell GCC that we'll take care of the instantiation explicitly here.
#ifdef __GNUC__

View File

@ -16,16 +16,9 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "dgraph_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "intDataTransition.h"
#include "intDataAttribute.h"
#endif
// Tell GCC that we'll take care of the instantiation explicitly here.
#ifdef __GNUC__

View File

@ -16,16 +16,9 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "dgraph_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "matrixDataAttribute.h"
#include "matrixDataTransition.h"
#endif
// Tell GCC that we'll take care of the instantiation explicitly here.
#ifdef __GNUC__

View File

@ -16,16 +16,9 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "dgraph_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "matrixDataTransition.h"
#include "matrixDataAttribute.h"
#endif
// Tell GCC that we'll take care of the instantiation explicitly here.
#ifdef __GNUC__

View File

@ -16,16 +16,9 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "dgraph_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "vec3DataAttribute.h"
#include "vec3DataTransition.h"
#endif
// Tell GCC that we'll take care of the instantiation explicitly here.
#ifdef __GNUC__

View File

@ -16,16 +16,9 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "dgraph_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "vec3DataTransition.h"
#include "vec3DataAttribute.h"
#endif
// Tell GCC that we'll take care of the instantiation explicitly here.
#ifdef __GNUC__

View File

@ -16,16 +16,9 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "dgraph_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "vec4DataAttribute.h"
#include "vec4DataTransition.h"
#endif
// Tell GCC that we'll take care of the instantiation explicitly here.
#ifdef __GNUC__

View File

@ -16,16 +16,8 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "dgraph_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "vec4DataTransition.h"
#include "vec4DataAttribute.h"
#endif
// Tell GCC that we'll take care of the instantiation explicitly here.
#ifdef __GNUC__

Some files were not shown because too many files have changed in this diff Show More