mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -04:00
*** empty log message ***
This commit is contained in:
parent
82ee6f71fe
commit
f3fa38dfaf
@ -7,13 +7,14 @@ my $WIN_INSTALLDIR="\\\\dimbo\\panda\\win";
|
|||||||
|
|
||||||
# my $WIN_INSTALLDIR="\\\\cxgeorge-d01\\c\\win";
|
# my $WIN_INSTALLDIR="\\\\cxgeorge-d01\\c\\win";
|
||||||
|
|
||||||
|
### DEBUG SETTINGS
|
||||||
# my $DEBUG_TREECOPY = 1;
|
# my $DEBUG_TREECOPY = 1;
|
||||||
|
|
||||||
# my $DEBUG_GENERATE_PYTHON_CODE_ONLY = 1; $ENV{'PANDA_OPTIMIZE'} ='2';
|
# my $DEBUG_GENERATE_PYTHON_CODE_ONLY = 1; $ENV{'PANDA_OPTIMIZE'} ='2';
|
||||||
|
# my $DO_ARCHIVE_AND_COPY_ONLY = 1;
|
||||||
my $DONT_ARCHIVE_OLD_BUILDS = 0;
|
my $DONT_ARCHIVE_OLD_BUILDS = 0;
|
||||||
|
|
||||||
my $BLD_DTOOL_ONLY=0;
|
my $BLD_DTOOL_ONLY=0;
|
||||||
|
|
||||||
|
|
||||||
my $DIRPATH_SEPARATOR=':'; # set to ';' for non-cygwin NT perl
|
my $DIRPATH_SEPARATOR=':'; # set to ';' for non-cygwin NT perl
|
||||||
|
|
||||||
my @inst_dirnames=("archive","debug","install","release");
|
my @inst_dirnames=("archive","debug","install","release");
|
||||||
@ -382,6 +383,10 @@ sub buildall() {
|
|||||||
|
|
||||||
# DTOOL ppremake may have already run by DTOOL 'initialize make'
|
# DTOOL ppremake may have already run by DTOOL 'initialize make'
|
||||||
|
|
||||||
|
if($DO_ARCHIVE_AND_COPY_ONLY) {
|
||||||
|
goto 'ARCHIVE_AND_COPY';
|
||||||
|
}
|
||||||
|
|
||||||
&logmsg("*** Starting ".uc($inst_dirnames[$treenum])." Build (Opt=".$ENV{'PANDA_OPTIMIZE'}.") at ".&gettimestr()." ***");
|
&logmsg("*** Starting ".uc($inst_dirnames[$treenum])." Build (Opt=".$ENV{'PANDA_OPTIMIZE'}.") at ".&gettimestr()." ***");
|
||||||
|
|
||||||
&checkoutfiles();
|
&checkoutfiles();
|
||||||
@ -425,6 +430,8 @@ sub buildall() {
|
|||||||
&gen_python_code(); # must run AFTER toontown bld
|
&gen_python_code(); # must run AFTER toontown bld
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ARCHIVE_AND_COPY:
|
||||||
|
|
||||||
&mychdir($CYGBLDROOT); # get out of src dirs to allow them to be moved/renamed
|
&mychdir($CYGBLDROOT); # get out of src dirs to allow them to be moved/renamed
|
||||||
|
|
||||||
# archive old current srvr build & copy build to server, if its accessible
|
# archive old current srvr build & copy build to server, if its accessible
|
||||||
|
Loading…
x
Reference in New Issue
Block a user