Răsfoiți Sursa

Disable echo right away.

[SVN r55336]
Vladimir Prus 16 ani în urmă
părinte
comite
268d579fea
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      bootstrap.bat

+ 2 - 2
bootstrap.bat

@@ -1,10 +1,10 @@
+@ECHO OFF
+
 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
-
 ECHO Building Boost.Jam build engine
 if exist ".\tools\jam\src\bin.ntx86\bjam.exe" del tools\jam\src\bin.ntx86\bjam.exe
 cd tools\jam\src

粤ICP备19079148号