summaryrefslogtreecommitdiffstats
path: root/bootstrap
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2006-09-21 17:47:54 (GMT)
committerBrad King <brad.king@kitware.com>2006-09-21 17:47:54 (GMT)
commitf0050269ea6f77591e92195118eabbb6de12c205 (patch)
tree6fdd7c643c1403fe9ef8f9b60e0e941d1edadf4c /bootstrap
parent683346fa3d067fd7ac144446bd6a4c673dfec222 (diff)
downloadCMake-f0050269ea6f77591e92195118eabbb6de12c205.zip
CMake-f0050269ea6f77591e92195118eabbb6de12c205.tar.gz
CMake-f0050269ea6f77591e92195118eabbb6de12c205.tar.bz2
ENH: Added System component of kwsys.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap7
1 files changed, 5 insertions, 2 deletions
diff --git a/bootstrap b/bootstrap
index 223149b..f031891 100755
--- a/bootstrap
+++ b/bootstrap
@@ -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="