summaryrefslogtreecommitdiff
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Handle MSI builds + python 2.3 for win32 build script.David Cournapeau2008-08-021-4/+23
|
* Handle python version in prepare_bootstrap script.David Cournapeau2008-08-011-1/+1
|
* Add doc to osxbuild script.chris.burns2008-07-311-0/+2
|
* Set build scripts to unix ff.David Cournapeau2008-07-283-194/+194
|
* Remove unused nsis scripts.David Cournapeau2008-07-282-240/+0
|
* prepare_bootstrap script now handles pyver correctly, and can be set from ↵David Cournapeau2008-07-281-2/+13
| | | | command line.
* Update readme for win32build tools.David Cournapeau2008-07-281-9/+64
|
* Fix path issue in nsis script.David Cournapeau2008-07-281-3/+3
|
* Add top script to generate binaries from scratch.David Cournapeau2008-07-281-0/+13
|
* Bootstrap script now works from scratch.David Cournapeau2008-07-281-7/+34
|
* Set LZMA solid compressor.David Cournapeau2008-07-281-0/+1
|
* Build all ARCHS if arch arg not given to build script.David Cournapeau2008-07-281-5/+6
|
* Uncomment bootstrap tasks.David Cournapeau2008-07-281-3/+3
|
* Add nsis template, and bootstrap script, to bootstrap win32 binary build.David Cournapeau2008-07-282-0/+191
|
* Use OptionParser for win32 build script.David Cournapeau2008-07-281-13/+19
|
* Add cpu_caps nsis plugin sources (to detect SSE in nsis scripts).David Cournapeau2008-07-263-0/+244
|
* Add script for building osx installer.chris.burns2008-07-253-0/+130
|
* Add cpuid + nsis scripts to build win32 installer.David Cournapeau2008-05-267-0/+487
|
* Update build script.David Cournapeau2008-05-201-4/+16
|
* - win32 build script is now functional. Still does not handle svn version,David Cournapeau2008-05-201-43/+67
| | | | | | though - Fix indentation on the win32 build script.
* Add a tools directory, to hold various things related to build, etc... Add a ↵David Cournapeau2008-05-201-0/+74
python script to build win32 binaries.