add nopch toggle

This commit is contained in:
cxgeorge 2001-06-04 01:40:56 +00:00
parent 2a71e1f403
commit b9cfee9877
34 changed files with 88 additions and 70 deletions

View File

@ -16,13 +16,13 @@
//
////////////////////////////////////////////////////////////////////
#ifdef WIN32_VC
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "chan_headers.h"
#endif
#pragma hdrstop
#ifndef WIN32_VC
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "animBundle.h"
#include <indent.h>

View File

@ -16,13 +16,13 @@
//
////////////////////////////////////////////////////////////////////
#ifdef WIN32_VC
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "chan_headers.h"
#endif
#pragma hdrstop
#ifndef WIN32_VC
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "animBundleNode.h"
#include <datagram.h>
#include <datagramIterator.h>

View File

@ -16,13 +16,13 @@
//
////////////////////////////////////////////////////////////////////
#ifdef WIN32_VC
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "chan_headers.h"
#endif
#pragma hdrstop
#ifndef WIN32_VC
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "animChannel.h"
#include <compose_matrix.h>

View File

@ -16,13 +16,13 @@
//
////////////////////////////////////////////////////////////////////
#ifdef WIN32_VC
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "chan_headers.h"
#endif
#pragma hdrstop
#ifndef WIN32_VC
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "animChannelBase.h"
#include <datagram.h>
#include <datagramIterator.h>

View File

@ -16,13 +16,13 @@
//
////////////////////////////////////////////////////////////////////
#ifdef WIN32_VC
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "chan_headers.h"
#endif
#pragma hdrstop
#ifndef WIN32_VC
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "animChannelMatrixXfmTable.h"
#include "animBundle.h"
#include "config_chan.h"

View File

@ -16,13 +16,13 @@
//
////////////////////////////////////////////////////////////////////
#ifdef WIN32_VC
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "chan_headers.h"
#endif
#pragma hdrstop
#ifndef WIN32_VC
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "animChannelScalarTable.h"
#include "animBundle.h"
#include "config_chan.h"

View File

@ -16,13 +16,13 @@
//
////////////////////////////////////////////////////////////////////
#ifdef WIN32_VC
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "chan_headers.h"
#endif
#pragma hdrstop
#ifndef WIN32_VC
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "animControl.h"
#include "animChannelBase.h"
#include "partBundle.h"
@ -548,7 +548,7 @@ bool AnimControl::
do_actions_backward(int from, int to) {
#ifndef WIN32_VC
if (from >= to) {
#ifdef WIN32_VC
#if defined(WIN32_VC) && !defined(NO_PCH)
typedef reverse_iterator<Actions::const_iterator, Actions::value_type> Action_reverse_iterator;
#else
typedef reverse_iterator<Actions::const_iterator> Action_reverse_iterator;

View File

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

View File

@ -16,13 +16,13 @@
//
////////////////////////////////////////////////////////////////////
#ifdef WIN32_VC
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "chan_headers.h"
#endif
#pragma hdrstop
#ifndef WIN32_VC
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "animGroup.h"
#include "animBundle.h"
#include "config_chan.h"

View File

@ -16,13 +16,13 @@
//
////////////////////////////////////////////////////////////////////
#ifdef WIN32_VC
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "chan_headers.h"
#endif
#pragma hdrstop
#ifndef WIN32_VC
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "animBundleNode.h"
#include "partBundleNode.h"
#include "config_chan.h"

View File

@ -16,13 +16,13 @@
//
////////////////////////////////////////////////////////////////////
#ifdef WIN32_VC
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "chan_headers.h"
#endif
#pragma hdrstop
#ifndef WIN32_VC
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "config_chan.h"
#include "animBundle.h"
#include "animBundleNode.h"

View File

@ -16,13 +16,13 @@
//
////////////////////////////////////////////////////////////////////
#ifdef WIN32_VC
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "chan_headers.h"
#endif
#pragma hdrstop
#ifndef WIN32_VC
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "movingPartBase.h"
#include "animControl.h"
#include "animChannelBase.h"

View File

@ -16,13 +16,13 @@
//
////////////////////////////////////////////////////////////////////
#ifdef WIN32_VC
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "chan_headers.h"
#endif
#pragma hdrstop
#ifndef WIN32_VC
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "movingPartMatrix.h"
#include <compose_matrix.h>

View File

@ -16,13 +16,13 @@
//
////////////////////////////////////////////////////////////////////
#ifdef WIN32_VC
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "chan_headers.h"
#endif
#pragma hdrstop
#ifndef WIN32_VC
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "movingPartScalar.h"
#include <datagram.h>
#include <datagramIterator.h>

View File

@ -16,13 +16,13 @@
//
////////////////////////////////////////////////////////////////////
#ifdef WIN32_VC
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "chan_headers.h"
#endif
#pragma hdrstop
#ifndef WIN32_VC
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "partBundle.h"
#include "animBundle.h"
#include "animControl.h"

View File

@ -16,13 +16,13 @@
//
////////////////////////////////////////////////////////////////////
#ifdef WIN32_VC
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "chan_headers.h"
#endif
#pragma hdrstop
#ifndef WIN32_VC
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "partBundleNode.h"
#include <datagram.h>
#include <datagramIterator.h>

View File

@ -16,13 +16,13 @@
//
////////////////////////////////////////////////////////////////////
#ifdef WIN32_VC
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "chan_headers.h"
#endif
#pragma hdrstop
#ifndef WIN32_VC
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "partGroup.h"
#include "animGroup.h"
#include "config_chan.h"

View File

@ -16,13 +16,13 @@
//
////////////////////////////////////////////////////////////////////
#ifdef WIN32_VC
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "chancfg_headers.h"
#endif
#pragma hdrstop
#ifndef WIN32_VC
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "chancfg.h"
#include <notify.h>
#endif

View File

@ -16,13 +16,13 @@
//
////////////////////////////////////////////////////////////////////
#ifdef WIN32_VC
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "chancfg_headers.h"
#endif
#pragma hdrstop
#ifndef WIN32_VC
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "chanlayout.h"
#include "chanparse.h"
#include "chanshare.h"

View File

@ -16,13 +16,13 @@
//
////////////////////////////////////////////////////////////////////
#ifdef WIN32_VC
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "chancfg_headers.h"
#endif
#pragma hdrstop
#ifndef WIN32_VC
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "chanparse.h"
#include <notify.h>

View File

@ -16,13 +16,13 @@
//
////////////////////////////////////////////////////////////////////
#ifdef WIN32_VC
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "chancfg_headers.h"
#endif
#pragma hdrstop
#ifndef WIN32_VC
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "chansetup.h"
#include "chanparse.h"
#include "chanshare.h"

View File

@ -16,13 +16,13 @@
//
////////////////////////////////////////////////////////////////////
#ifdef WIN32_VC
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "chancfg_headers.h"
#endif
#pragma hdrstop
#ifndef WIN32_VC
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "chanwindow.h"
#include "chanparse.h"
#include "chanshare.h"

View File

@ -16,13 +16,13 @@
//
////////////////////////////////////////////////////////////////////
#ifdef WIN32_VC
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "char_headers.h"
#endif
#pragma hdrstop
#ifndef WIN32_VC
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "character.h"
#include "characterJoint.h"
#include "computedVertices.h"

View File

@ -16,13 +16,13 @@
//
////////////////////////////////////////////////////////////////////
#ifdef WIN32_VC
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "char_headers.h"
#endif
#pragma hdrstop
#ifndef WIN32_VC
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "characterJoint.h"
#include "config_char.h"

View File

@ -16,13 +16,13 @@
//
////////////////////////////////////////////////////////////////////
#ifdef WIN32_VC
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "char_headers.h"
#endif
#pragma hdrstop
#ifndef WIN32_VC
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "characterJointBundle.h"
#include "character.h"
#include <datagram.h>

View File

@ -16,13 +16,13 @@
//
////////////////////////////////////////////////////////////////////
#ifdef WIN32_VC
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "char_headers.h"
#endif
#pragma hdrstop
#ifndef WIN32_VC
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "characterSlider.h"
#include <datagram.h>
#include <datagramIterator.h>

View File

@ -16,13 +16,13 @@
//
////////////////////////////////////////////////////////////////////
#ifdef WIN32_VC
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "char_headers.h"
#endif
#pragma hdrstop
#ifndef WIN32_VC
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "computedVertices.h"
#include "characterJoint.h"
#include "character.h"

View File

@ -16,13 +16,13 @@
//
////////////////////////////////////////////////////////////////////
#ifdef WIN32_VC
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "char_headers.h"
#endif
#pragma hdrstop
#ifndef WIN32_VC
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "computedVerticesMorph.h"
#include <datagram.h>

View File

@ -16,13 +16,13 @@
//
////////////////////////////////////////////////////////////////////
#ifdef WIN32_VC
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "char_headers.h"
#endif
#pragma hdrstop
#ifndef WIN32_VC
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "config_char.h"
#include "character.h"
#include "characterJoint.h"

View File

@ -16,13 +16,13 @@
//
////////////////////////////////////////////////////////////////////
#ifdef WIN32_VC
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "char_headers.h"
#endif
#pragma hdrstop
#ifndef WIN32_VC
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "dynamicVertices.h"
#include "config_char.h"
#include <bamReader.h>

View File

@ -15,9 +15,14 @@
// panda3d@yahoogroups.com .
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "chat_headers.h"
#endif
#pragma hdrstop
#include "chatHelpers.h"
////////////////////////////////////////////////////////////////////
// Function: add_line_wraps
// Description: Take an input string and format it so that lines

View File

@ -15,9 +15,20 @@
// 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>
#include <keyboardButton.h>
#include <throw_event.h>
////////////////////////////////////////////////////////////////////
// Static variables
////////////////////////////////////////////////////////////////////

View File

@ -16,15 +16,7 @@
//
////////////////////////////////////////////////////////////////////
#include <buttonEvent.h>
#include <buttonEventDataAttribute.h>
#include <buttonEventDataTransition.h>
#include <dconfig.h>
#include <keyboardButton.h>
#include <throw_event.h>
#include "chatHelpers.h"
#include "chatInput.h"
#include "config_chat.h"
#include <pandabase.h>
#pragma hdrstop

View File

@ -16,9 +16,19 @@
//
////////////////////////////////////////////////////////////////////
#ifdef WIN32_VC
#include "chat_headers.h"
#endif
#pragma hdrstop
#ifndef WIN32_VC
#include "chatInput.h"
#endif
#include "config_chat.h"
#include <dconfig.h>
Configure(config_chat);
NotifyCategoryDef(chat, "");