$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r52555 - trunk
From: ghost_at_[hidden]
Date: 2009-04-23 00:51:13
Author: vladimir_prus
Date: 2009-04-23 00:51:11 EDT (Thu, 23 Apr 2009)
New Revision: 52555
URL: http://svn.boost.org/trac/boost/changeset/52555
Log:
Use REM for comments.
Text files modified: 
   trunk/bootstrap.bat |    12 ++++++------                            
   1 files changed, 6 insertions(+), 6 deletions(-)
Modified: trunk/bootstrap.bat
==============================================================================
--- trunk/bootstrap.bat	(original)
+++ trunk/bootstrap.bat	2009-04-23 00:51:11 EDT (Thu, 23 Apr 2009)
@@ -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.
 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