瀏覽代碼

*** empty log message ***

cxgeorge 23 年之前
父節點
當前提交
95937ce7a2
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      pandatool/src/scripts/builder.pl

+ 2 - 1
pandatool/src/scripts/builder.pl

@@ -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");