mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
eliminate leading underscores
This commit is contained in:
parent
1efa50984f
commit
ac84758d9d
@ -1,5 +1,5 @@
|
||||
#define INSTALL_CONFIG \
|
||||
_70_direct.prc
|
||||
70_direct.prc
|
||||
|
||||
#if $[CTPROJS]
|
||||
// These files only matter to ctattach users.
|
||||
|
@ -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
|
||||
|
@ -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]
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
21
pandatool/src/configfiles/_pandatool.prc.pp
Normal file
21
pandatool/src/configfiles/_pandatool.prc.pp
Normal 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
|
Loading…
x
Reference in New Issue
Block a user