Browse Source

Merge topic 'doc-WINCE-var'

4b4555de Help: Document the WINCE variable
Brad King 11 years ago
parent
commit
162cd309b0
2 changed files with 6 additions and 0 deletions
  1. 1 0
      Help/manual/cmake-variables.7.rst
  2. 5 0
      Help/variable/WINCE.rst

+ 1 - 0
Help/manual/cmake-variables.7.rst

@@ -192,6 +192,7 @@ Variables that Describe the System
    /variable/MSVC_VERSION
    /variable/UNIX
    /variable/WIN32
+   /variable/WINCE
    /variable/WINDOWS_PHONE
    /variable/WINDOWS_STORE
    /variable/XCODE_VERSION

+ 5 - 0
Help/variable/WINCE.rst

@@ -0,0 +1,5 @@
+WINCE
+-----
+
+True when the :variable:`CMAKE_SYSTEM_NAME` variable is set
+to ``WindowsCE``.