BUG: Bail out on generator initialization failure

This commit is contained in:
Andy Cedilnik 2006-07-28 09:14:17 -04:00
parent 40b6db1f4b
commit b0d7f6999b
1 changed files with 32 additions and 29 deletions

View File

@ -372,6 +372,8 @@ int main (int argc, char *argv[])
<< std::endl); << std::endl);
parsed = 0; parsed = 0;
} }
if ( parsed )
{
#ifdef _WIN32 #ifdef _WIN32
std::string comspec = "cmw9xcom.exe"; std::string comspec = "cmw9xcom.exe";
cmSystemTools::SetWindows9xComspecSubstitute(comspec.c_str()); cmSystemTools::SetWindows9xComspecSubstitute(comspec.c_str());
@ -410,6 +412,7 @@ int main (int argc, char *argv[])
} }
} }
} }
}
if ( !parsed || help ) if ( !parsed || help )
{ {