ENH: add cache manager class, move all commands into cmCommands.cxx to speed up compile times, share a .lib with the command line and mfc versions.

This commit is contained in:
Bill Hoffman
2001-02-12 14:26:25 -05:00
parent 452a127004
commit d195c01a90
15 changed files with 725 additions and 687 deletions

View File

@@ -265,8 +265,7 @@ void CMakeSetupDialog::OnOK()
error += configSrc;
::MessageBox(0, error.c_str(), "config ERROR", MB_OK);
}
cmMakefile mf;
mf.SetMakefileGenerator(new cmMSProjectGenerator);
mf.SetHomeDirectory(m_WhereSource);