[cmake-commits] king committed bootstrap 1.89 1.90

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Sep 21 13:47:57 EDT 2006


Update of /cvsroot/CMake/CMake
In directory public:/mounts/ram/cvs-serv5116

Modified Files:
	bootstrap 
Log Message:
ENH: Added System component of kwsys.


Index: bootstrap
===================================================================
RCS file: /cvsroot/CMake/CMake/bootstrap,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -d -r1.89 -r1.90
--- bootstrap	26 Aug 2006 01:21:10 -0000	1.89
+++ bootstrap	21 Sep 2006 17:47:54 -0000	1.90
@@ -156,7 +156,8 @@
 
 if ${cmake_system_mingw}; then
   KWSYS_C_SOURCES="\
-    ProcessWin32"
+    ProcessWin32 \
+    System"
   KWSYS_C_MINGW_SOURCES="\
     ProcessFwd9x \
     EncodeExecutable"
@@ -164,7 +165,8 @@
     cmsysProcessFwd9xEnc"
 else
   KWSYS_C_SOURCES="\
-    ProcessUNIX"
+    ProcessUNIX \
+    System"
   KWSYS_C_MINGW_SOURCES=""
   KWSYS_C_GENERATED_SOURCES=""
 fi
@@ -181,6 +183,7 @@
   Process.h \
   RegularExpression.hxx \
   String.hxx \
+  System.h \
   SystemTools.hxx"
 
 KWSYS_IOS_FILES="



More information about the Cmake-commits mailing list