summaryrefslogtreecommitdiffstats
path: root/bootstrap
diff options
context:
space:
mode:
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="