summaryrefslogtreecommitdiff
path: root/bootstrap.bat
Commit message (Collapse)AuthorAgeFilesLines
* Do not show 'b2 headers' help from a release; the headers are already in boost/Peter Dimov2019-01-141-0/+4
|
* Fix bootstrap links to Boost.Build documentationPeter Dimov2018-12-131-1/+1
|
* Remove superfluous quote from ECHO in bootstrap.batMateusz Łoskot2018-12-131-1/+1
| | | | Fixes accidental left over in PR #182
* Make bootstrap verbose about generating project-config.jamMateusz Loskot2018-05-071-2/+11
| | | | Indicate what toolset is being pre-configured as default.
* Record specified toolset in project-config.jam instead of msvc (#170)Peter Dimov2017-12-011-10/+20
| | | | | | * Record specified toolset in project-config.jam instead of msvc * Translate toolset names properly; remove outdated messages; set error code on failure
* Update some links to build documentation.Daniel James2014-11-051-1/+1
|
* Update bootstrap.batinsideoutclub2014-05-231-1/+1
| | | Fixed a typo. Changed "furter" to "further".
* Update relative paths to Boost.Build changes.Vladimir Prus2013-12-181-11/+11
|
* End-of-line normalization. Most normalization was taken care of by ↵Beman2013-12-011-81/+81
| | | | .gitattributes, but a few files originally committed to svn with incorrect eol tags need explicit normalization. See .gitattributes man page and extensive list discussion.
* Comment typo corrected.Jurko Gospodnetić2012-09-131-1/+1
| | | | [SVN r80509]
* Remove more uses of 'Boost.Jam' from bootstrap scripts.Vladimir Prus2011-06-291-2/+2
| | | | [SVN r72793]
* Use 'b2' spelling of build command.Vladimir Prus2011-06-271-3/+7
| | | | [SVN r72773]
* Fix: adjust paths for new engine location.Jürgen Hunold2011-02-031-3/+4
| | | | [SVN r68629]
* Adjust for tools/build/v2/engine/src move to tools/build/v2/engine.Vladimir Prus2011-02-011-7/+7
| | | | [SVN r68593]
* Pass arguments to bootstrap.bat over to jam's build.bat.Vladimir Prus2010-08-251-1/+1
| | | | [SVN r64998]
* Use bootstrap.log as name, not bjam.logVladimir Prus2010-07-191-3/+3
| | | | [SVN r64175]
* Fix placement of logVladimir Prus2010-07-191-1/+1
| | | | [SVN r64174]
* Move tools/jam into tools/build/v2/engineVladimir Prus2010-07-141-8/+8
| | | | [SVN r64010]
* When building Boost, stop on first error by default.Vladimir Prus2009-11-281-1/+6
| | | | [SVN r57990]
* Make bootstrap.bat work on 64-bit WindowsVladimir Prus2009-11-081-2/+11
| | | | [SVN r57485]
* Disable echo right away.Vladimir Prus2009-08-011-2/+2
| | | | [SVN r55336]
* Use REM for comments.Vladimir Prus2009-04-231-6/+6
| | | | [SVN r52555]
* Add bootstrap.bat.Vladimir Prus2009-04-111-0/+62
[SVN r52329]