fix bscmake for vc7

This commit is contained in:
cxgeorge 2002-03-04 20:39:22 +00:00
parent 5306f05c77
commit 149142ec3b
1 changed files with 3 additions and 3 deletions

View File

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