summaryrefslogtreecommitdiff
path: root/bootstrap.bat
diff options
context:
space:
mode:
authorVladimir Prus <ghost@cs.msu.su>2009-04-23 04:53:24 +0000
committerVladimir Prus <ghost@cs.msu.su>2009-04-23 04:53:24 +0000
commitcd1c0656c066391cbbe22c5bec200bcc56d4c5fa (patch)
tree0f1d805ce744c28d25039c9aa2158c3e7a189876 /bootstrap.bat
parent102636338c99d91eccebbceb5221e2d7be5ee373 (diff)
downloadboost-cd1c0656c066391cbbe22c5bec200bcc56d4c5fa.tar.gz
Merge from trunk.
[SVN r52556]
Diffstat (limited to 'bootstrap.bat')
-rw-r--r--bootstrap.bat12
1 files changed, 6 insertions, 6 deletions
diff --git a/bootstrap.bat b/bootstrap.bat
index 66a5666a1d..326464f742 100644
--- a/bootstrap.bat
+++ b/bootstrap.bat
@@ -1,7 +1,7 @@
-# Copyright (C) 2009 Vladimir Prus
-#
-# Distributed under the Boost Software License, Version 1.0.
-# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
+REM Copyright (C) 2009 Vladimir Prus
+REM
+REM Distributed under the Boost Software License, Version 1.0.
+REM (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
@ECHO OFF
@@ -28,13 +28,13 @@ ECHO using %toolset% ; > project-config.jam
ECHO.
ECHO Bootstrapping is done. To build, run:
ECHO.
-ECHO .\bjam.exe
+ECHO .\bjam
ECHO.
ECHO To adjust configuration, edit 'project-config.jam'.
ECHO Further information:
ECHO.
ECHO - Command line help:
-ECHO ./bjam --help
+ECHO .\bjam --help
ECHO.
ECHO - Getting started guide:
ECHO http://boost.org/more/getting_started/windows.html