mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 18:03:56 -04:00
*** empty log message ***
This commit is contained in:
parent
a1dc430ffa
commit
95937ce7a2
@ -4,6 +4,7 @@
|
||||
# Cygwin file paths (i.e. '/' corresponds to 'C:\cygwin')
|
||||
|
||||
my $WIN_INSTALLDIR="\\\\dimbo\\panda\\win";
|
||||
my $scriptpath = "C:\\cygwin\\home\\builder\\scripts";
|
||||
|
||||
# $ENV{'USE_COMPILER'} = "INTEL"; # experiment
|
||||
|
||||
@ -229,7 +230,7 @@ sub make_bsc_file() {
|
||||
# edit binary so it looks for src on mountable Z drive, so src browsing
|
||||
# works with Z:\ pointed to \\dragon
|
||||
|
||||
$binreplace_str="perl binreplace.pl -i C:\\cygwin Z:\\cygwin ".$outputfilepath."\n";
|
||||
$binreplace_str="perl ".$scriptpath."\\binreplace.pl -i C:\\cygwin Z:\\cygwin ".$outputfilepath."\n";
|
||||
&myexecstr($binreplace_str,"binreplace failed!!!","DO_LOG","NT cmd");
|
||||
|
||||
&myexecstr("copy ".$outputfilepath." ".$inst_dirs[$DEBUGNUM], "copy of ".$outputfilepath." failed!!", "DO_LOG","NT cmd");
|
||||
|
Loading…
x
Reference in New Issue
Block a user