summaryrefslogtreecommitdiffstats
path: root/HACKING
diff options
context:
space:
mode:
authorEvan Martin <martine@danga.com>2011-05-09 04:53:34 (GMT)
committerEvan Martin <martine@danga.com>2011-05-09 04:53:52 (GMT)
commit3a48d1027e594e39ee5dc526e9254387715a945e (patch)
tree1a35c1376fb514ede73940dd18bce5a3593c20e6 /HACKING
parent5d065405e6baf8aa57b2ef2a27d6eb0f36cff504 (diff)
downloadNinja-3a48d1027e594e39ee5dc526e9254387715a945e.zip
Ninja-3a48d1027e594e39ee5dc526e9254387715a945e.tar.gz
Ninja-3a48d1027e594e39ee5dc526e9254387715a945e.tar.bz2
rename gen-build-file to configure
Change it so it always writes build.ninja; easier to run directly.
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING2
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING b/HACKING
index ff22519..f70b2bf 100644
--- a/HACKING
+++ b/HACKING
@@ -35,7 +35,7 @@ Documentation guidelines:
Windows development:
- sudo apt-get install gcc-mingw32 wine
-- NINJA_PLATFORM=mingw ./gen-build-file.py > build.ninja
+- NINJA_PLATFORM=mingw ./configure
- Build gtest:
- unpack it into your source dir
- ./configure CC=i586-mingw32msvc-cc CXX=i586-mingw32msvc-c++