fix bscmake for vc7
This commit is contained in:
parent
5306f05c77
commit
149142ec3b
|
|
@ -217,9 +217,9 @@ sub make_bsc_file() {
|
|||
close(OUTFILE);
|
||||
close(FILES);
|
||||
|
||||
$bscmake_str="bscmake /o ".$outputfilepath." @".$cmdfilepath."\n";
|
||||
|
||||
&myexecstr($bscmake_str,"bscmake failed!!!", "DO_LOG","NT cmd");
|
||||
# vc7 dirs are not in path env-var by default
|
||||
$bscmake_str="C:\\PROGRA~1\\Microsoft Visual Studio .NET\\Vc7\\BIN\\bscmake.exe /o ".$outputfilepath." @".$cmdfilepath."\n";
|
||||
&myexecstr($bscmake_str,"bscmake failed!!!","DO_LOG","NT cmd");
|
||||
|
||||
&myexecstr("copy ".$outputfilepath." ".$inst_dirs[$DEBUGNUM], "copy of ".$outputfilepath." failed!!", "DO_LOG","NT cmd");
|
||||
unlink($cmdfilepath);
|
||||
|
|
|
|||
Loading…
Reference in New Issue