summaryrefslogtreecommitdiffstats
path: root/doc/manual.asciidoc
diff options
context:
space:
mode:
authorEvan Martin <martine@danga.com>2012-05-04 23:07:37 (GMT)
committerEvan Martin <martine@danga.com>2012-05-04 23:07:37 (GMT)
commit054ff2b69b3d9e317b2ab90dea0695c786efb55f (patch)
treef0070cbfac218b80899b53437bd2bb69377d0b7b /doc/manual.asciidoc
parentc95042dd0acaa45b3db379a2cdd377d607f91385 (diff)
downloadNinja-054ff2b69b3d9e317b2ab90dea0695c786efb55f.zip
Ninja-054ff2b69b3d9e317b2ab90dea0695c786efb55f.tar.gz
Ninja-054ff2b69b3d9e317b2ab90dea0695c786efb55f.tar.bz2
mention reactos
Diffstat (limited to 'doc/manual.asciidoc')
-rw-r--r--doc/manual.asciidoc7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/manual.asciidoc b/doc/manual.asciidoc
index 71225f0..f34b800 100644
--- a/doc/manual.asciidoc
+++ b/doc/manual.asciidoc
@@ -172,8 +172,10 @@ of the Chrome and v8 world.
http://www.cmake.org/[CMake]:: A widely used meta-build system that
can generate Ninja files on Linux as of CMake version 2.8.8. (There
-is some Mac and Windows support, but those platforms are not yet
-officially supported by CMake as the full test suite doesn't pass.)
+is some Mac and Windows support -- http://www.reactos.org[ReactOS]
+uses Ninja on Windows for their buildbots, but those platforms are not
+yet officially supported by CMake as the full test suite doesn't
+pass.)
* For building Blender, one user reported "Single file rebuild is 0.97
sec, same on makefiles was 3.7sec."
@@ -184,7 +186,6 @@ others:: Ninja ought to fit perfectly into other meta-build software
like http://industriousone.com/premake[premake]. If you do this work,
please let us know!
-
Running Ninja
~~~~~~~~~~~~~