summaryrefslogtreecommitdiffstats
path: root/bootstrap.py
Commit message (Collapse)AuthorAgeFilesLines
* windows: use _WIN32 define everywhereEvan Martin2012-01-221-1/+1
| | | | Rather than mixing use of WIN32 and _WIN32.
* configure.py: make CC='command with args' workCraig Schlenter2012-01-091-3/+5
|
* don't attempt to build browse.* in bootstrap modeEvan Martin2012-01-041-8/+7
|
* windows: more build fixesScott Graham2012-01-041-6/+17
|
* windows: make bootstrap.py/configure.py work with MSVCScott Graham2012-01-041-3/+6
|
* rearrange the new bootstrap.pyEvan Martin2011-12-271-16/+20
| | | | (e.g. remove tabs)
* Rewrite the bootstrap script in PythonElliott Hird2011-12-151-0/+72
This allows trouble-free builds on platforms with non-standard Python executable names. As a bonus, it passes the arguments received on to configure.py, so you don't have to reconfigure to build in a non-standard manner.