mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -04:00
*** empty log message ***
This commit is contained in:
parent
0c50b07bf5
commit
556ccd2719
@ -3,6 +3,8 @@
|
|||||||
setenv OS `uname`
|
setenv OS `uname`
|
||||||
|
|
||||||
setenv LD_LIBRARY_PATH "."
|
setenv LD_LIBRARY_PATH "."
|
||||||
|
setenv CTEMACS_FOREHIGHLIGHT white
|
||||||
|
setenv CTEMACS_BACKHIGHLIGHT blue
|
||||||
|
|
||||||
# Setup the initial path
|
# Setup the initial path
|
||||||
if ( $OS == "Linux" ) then
|
if ( $OS == "Linux" ) then
|
||||||
@ -76,10 +78,15 @@ endif
|
|||||||
|
|
||||||
if ( ! $?DTOOL ) setenv DTOOL /beta/player/bootstrap/dtool
|
if ( ! $?DTOOL ) setenv DTOOL /beta/player/bootstrap/dtool
|
||||||
if ( $#argv == 0 ) then
|
if ( $#argv == 0 ) then
|
||||||
source `$DTOOL/bin/ctattach.drv dtool default`
|
setenv SETUP_SCRIPT `$DTOOL/bin/ctattach.drv dtool default`
|
||||||
else
|
else
|
||||||
source `$DTOOL/bin/ctattach.drv dtool $argv[1]`
|
setenv SETUP_SCRIPT `$DTOOL/bin/ctattach.drv dtool $argv[1]`
|
||||||
endif
|
endif
|
||||||
|
|
||||||
setenv CTEMACS_FOREHIGHLIGHT white
|
if($SETUP_SCRIPT == "") then
|
||||||
setenv CTEMACS_BACKHIGHLIGHT blue
|
echo "error: ctattach.drv returned NULL string for setup_script filename!"
|
||||||
|
exit
|
||||||
|
endif
|
||||||
|
|
||||||
|
source $SETUP_SCRIPT
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user