[Cmake-commits] [cmake-commits] hoffman committed About.html 1.1 1.2

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Mar 13 13:41:26 EDT 2008


Update of /cvsroot/CMake/CMakeWeb/HTML
In directory public:/mounts/ram/cvs-serv2476

Modified Files:
	About.html 
Log Message:
ENH: niki change 


Index: About.html
===================================================================
RCS file: /cvsroot/CMake/CMakeWeb/HTML/About.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -C 2 -d -r1.1 -r1.2
*** About.html	10 Mar 2008 15:33:55 -0000	1.1
--- About.html	13 Mar 2008 17:41:24 -0000	1.2
***************
*** 84,88 ****
  
       <strong>CMake </strong> is an extensible, open-source system that
!     manages the build process in an operating system and compiler independent
      manner. Unlike many cross-platform systems, CMake is designed to be used
      in conjunction with the native build environment. Simple configuration
--- 84,88 ----
  
       <strong>CMake </strong> is an extensible, open-source system that
!     manages the build process in an operating system and in a compiler-independent
      manner. Unlike many cross-platform systems, CMake is designed to be used
      in conjunction with the native build environment. Simple configuration
***************
*** 90,94 ****
      used to generate standard build files (e.g., makefiles on Unix and
      projects/workspaces in Windows MSVC) which are used in the usual
!     way. CMake can compile source code, create libraries, generate wrappers,
      and build executables in arbitrary combinations. CMake supports in-place
      and out-of-place builds, and can therefore support multiple builds from a
--- 90,94 ----
      used to generate standard build files (e.g., makefiles on Unix and
      projects/workspaces in Windows MSVC) which are used in the usual
!     way. CMake can compile source code, create libraries, generate wrappers
      and build executables in arbitrary combinations. CMake supports in-place
      and out-of-place builds, and can therefore support multiple builds from a
***************
*** 96,100 ****
      builds.  Another nice feature of CMake is that it generates a cache file
      that is designed to be used with a graphical editor. For example, when
!     CMake runs, it locates include files, libraries, and executable, and may
      encounter optional build directives. This information is gathered into
      the cache, which may be changed by the user prior to the generation of
--- 96,100 ----
      builds.  Another nice feature of CMake is that it generates a cache file
      that is designed to be used with a graphical editor. For example, when
!     CMake runs, it locates include files, libraries, and executables, and may
      encounter optional build directives. This information is gathered into
      the cache, which may be changed by the user prior to the generation of



More information about the Cmake-commits mailing list