summaryrefslogtreecommitdiffstats
path: root/HACKING
diff options
context:
space:
mode:
authorEvan Martin <martine@danga.com>2011-12-27 20:15:32 (GMT)
committerEvan Martin <martine@danga.com>2011-12-27 20:15:32 (GMT)
commit67a2c3c58f74701d52c3a95fdbcedd30461e9908 (patch)
treeb270156db982e107be654c6f36ab3f61ffe3f32b /HACKING
parentcfb7dc6a2c0b95d218a728cbcee8bf17951f381f (diff)
parent075847031b6cf7b9de3bb7c42648a74d168a752b (diff)
downloadNinja-67a2c3c58f74701d52c3a95fdbcedd30461e9908.zip
Ninja-67a2c3c58f74701d52c3a95fdbcedd30461e9908.tar.gz
Ninja-67a2c3c58f74701d52c3a95fdbcedd30461e9908.tar.bz2
Merge branch 'master' of git://github.com/ehird/ninja
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING4
1 files changed, 2 insertions, 2 deletions
diff --git a/HACKING b/HACKING
index ca16e24..c8c0af4 100644
--- a/HACKING
+++ b/HACKING
@@ -1,5 +1,5 @@
Adjusting build flags:
- CFLAGS=-O3 ./configure
+ CFLAGS=-O3 ./configure.py
and rebuild.
Test-driven development:
@@ -52,7 +52,7 @@ Windows development on Linux (this is kind of hacky right now):
Windows development on Windows:
- install mingw, msys, and python
-- in the mingw shell, put Python in your path, and: sh bootstrap.sh
+- in the mingw shell, put Python in your path, and: python bootstrap.py
- to reconfigure, run 'python configure.py'
- remember to strip the resulting executable if size matters to you
- you'll need to rename ninja.exe into my-ninja.exe during development,