Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | src/inline.sh: fix typo | IWATSUKI Hiroyuki | 2011-03-14 | 1 | -1/+1 |
| | | | | I (Evan) got this wrong in the previous commit. | ||||
* | inline.sh: BSD / OS X fixes | IWATSUKI Hiroyuki | 2011-03-13 | 1 | -1/+1 |
| | |||||
* | inline.sh: rewrite for better portability | Evan Martin | 2011-03-07 | 1 | -5/+1 |
| | |||||
* | use a shell script to inline browse.py | Evan Martin | 2011-03-07 | 1 | -0/+29 |
Relying on the inline-assembly trick was cute but it didn't work on other platforms; relying on xxd will make us depend on xxd being available. Instead, inline browse.py into a header using a shell script. (Making this work required fixing multiple bugs in ninja...) |