eliminate leading underscores

This commit is contained in:
David Rose 2004-06-11 23:14:39 +00:00
parent 1efa50984f
commit ac84758d9d
7 changed files with 31 additions and 15 deletions

View File

@ -1,5 +1,5 @@
#define INSTALL_CONFIG \
_70_direct.prc
70_direct.prc
#if $[CTPROJS]
// These files only matter to ctattach users.

View File

@ -6,7 +6,7 @@
// parameters, in particular the default display types.
//
#output _70_direct.prc
#output 70_direct.prc
#### Generated automatically by $[PPREMAKE] $[PPREMAKE_VERSION] from $[SOURCEFILE].
################################# DO NOT EDIT ###########################
@ -21,4 +21,4 @@ egg-object-type-direct-widget <Scalar> collide-mask { 0x80000000 } <Collide> {
cull-bin gui-popup 60 unsorted
#end _70_direct.prc
#end 70_direct.prc

View File

@ -1,6 +1,6 @@
#define INSTALL_CONFIG \
panda.emacs panda.emacs.Xdefaults _80_panda.prc
panda.emacs panda.emacs.Xdefaults 80_panda.prc
#if $[CTPROJS]

View File

@ -6,7 +6,7 @@
// parameters, in particular the default display types.
//
#output _80_panda.prc
#output 80_panda.prc
#### Generated automatically by $[PPREMAKE] $[PPREMAKE_VERSION] from $[SOURCEFILE].
################################# DO NOT EDIT ###########################
@ -57,4 +57,4 @@ load-file-type egg pandaegg
egg-object-type-portal <Scalar> portal { 1 }
egg-object-type-polylight <Scalar> polylight { 1 }
#end _80_panda.prc
#end 80_panda.prc

View File

@ -1,8 +1,11 @@
#define INSTALL_CONFIG \
_pandatool.prc
72_pandatool.prc
#if $[CTPROJS]
// These files only matter to ctattach users.
#define INSTALL_CONFIG $[INSTALL_CONFIG] pandatool.init
#endif
#include $[THISDIRPREFIX]_pandatool.prc.pp

View File

@ -1,8 +0,0 @@
# Since we have compiled pandatool, it follows that the ptloader
# module is available. Request that it be loaded. This module allows
# direct loading of third-party model files like .flt, .mb, or .dxf
# into Panda, for instance via the loadModel() call or on the pview
# command line.
load-file-type ptloader

View File

@ -0,0 +1,21 @@
//
// _pandatool.prc.pp
//
// This file defines the script to auto-generate _pandatool.prc at
// ppremake time.
//
#output 72_pandatool.prc
#### Generated automatically by $[PPREMAKE] $[PPREMAKE_VERSION] from $[SOURCEFILE].
################################# DO NOT EDIT ###########################
# Since we have compiled pandatool, it follows that the ptloader
# module is available. Request that it be loaded. This module allows
# direct loading of third-party model files like .flt, .mb, or .dxf
# into Panda, for instance via the loadModel() call or on the pview
# command line.
load-file-type ptloader
#end 72_pandatool.prc