Set comspec substitute

This commit is contained in:
Ken Martin 2002-09-30 14:00:28 -04:00
parent 67be746027
commit 5b6d899bc6
1 changed files with 5 additions and 0 deletions

View File

@ -275,6 +275,11 @@ int main (int argc, char *argv[])
{
args.push_back(argv[i]);
}
#ifdef _WIN32
std::string comspec = "cmw9xcom.exe";
cmSystemTools::SetWindows9xComspecSubstitute(comspec.c_str());
#endif
for(unsigned int i=1; i < args.size(); ++i)
{