diff options
author | Brad King <brad.king@kitware.com> | 2006-09-21 17:47:54 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2006-09-21 17:47:54 (GMT) |
commit | f0050269ea6f77591e92195118eabbb6de12c205 (patch) | |
tree | 6fdd7c643c1403fe9ef8f9b60e0e941d1edadf4c /bootstrap | |
parent | 683346fa3d067fd7ac144446bd6a4c673dfec222 (diff) | |
download | CMake-f0050269ea6f77591e92195118eabbb6de12c205.zip CMake-f0050269ea6f77591e92195118eabbb6de12c205.tar.gz CMake-f0050269ea6f77591e92195118eabbb6de12c205.tar.bz2 |
ENH: Added System component of kwsys.
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -156,7 +156,8 @@ CMAKE_C_SOURCES="\ if ${cmake_system_mingw}; then KWSYS_C_SOURCES="\ - ProcessWin32" + ProcessWin32 \ + System" KWSYS_C_MINGW_SOURCES="\ ProcessFwd9x \ EncodeExecutable" @@ -164,7 +165,8 @@ if ${cmake_system_mingw}; then cmsysProcessFwd9xEnc" else KWSYS_C_SOURCES="\ - ProcessUNIX" + ProcessUNIX \ + System" KWSYS_C_MINGW_SOURCES="" KWSYS_C_GENERATED_SOURCES="" fi @@ -181,6 +183,7 @@ KWSYS_FILES="\ Process.h \ RegularExpression.hxx \ String.hxx \ + System.h \ SystemTools.hxx" KWSYS_IOS_FILES=" |