diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-10-27 10:47:14 -0400 |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-10-27 10:47:14 -0400 |
commit | 56234aed4bfc87b691897056c4535b4d8cb3098f (patch) | |
tree | dffd371693861754131167309983b1ae2109ebf0 /bootstrap | |
parent | 21c818340e783a0702071d279351081d01c88e18 (diff) | |
download | cmake-56234aed4bfc87b691897056c4535b4d8cb3098f.tar.gz |
PERF: Remove several classes from the bootstrap and so making bootstrap smaller and faster
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -38,22 +38,17 @@ CMAKE_CXX_SOURCES="\ cmakemain \ cmMakeDepend \ cmMakefile \ - cmDocumentation \ - cmGlob \ cmGlobalGenerator \ cmLocalGenerator \ cmSourceFile \ cmSystemTools \ cmGlobalUnixMakefileGenerator \ cmLocalUnixMakefileGenerator \ - cmLocalUnixMakefileGenerator2 \ cmCommands \ cmTarget \ cmCustomCommand \ cmCacheManager \ cmListFileCache \ - cmVariableWatch \ - cmVersion \ cmSourceGroup" CMAKE_C_SOURCES="\ |