check in a script that generates build.ninja
authorEvan Martin <martine@danga.com>
Mon, 2 May 2011 00:48:39 +0000 (17:48 -0700)
committerEvan Martin <martine@danga.com>
Mon, 2 May 2011 01:02:13 +0000 (18:02 -0700)
commitd7bd4a2367046ee0458123051d9cbdc465d022d1
treed3c92ec32dce8649b0d39786254b2a4c64099acf
parent101d9b2d14f6877818787921bad55783ad76f6f4
check in a script that generates build.ninja

This will allow us to:
1) simplify bootstrap
2) generate windows-style paths on windows

It is also in line with ninja's philosophy: the build file syntax
is simple because the build files are easy to generate.
.gitignore
bootstrap.sh
build.ninja [deleted file]
gen-build-file.py [new file with mode: 0755]
misc/ninja.py