Last change
on this file since 29 was
29,
checked in by landauf, 17 years ago
|
updated boost from 1_33_1 to 1_34_1
|
File size:
403 bytes
|
Line | |
---|
1 | @ECHO OFF |
---|
2 | |
---|
3 | REM ~ Copyright 2006 Rene Rivera. |
---|
4 | REM ~ Distributed under the Boost Software License, Version 1.0. |
---|
5 | REM ~ (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) |
---|
6 | |
---|
7 | setlocal |
---|
8 | |
---|
9 | cd doc |
---|
10 | del /F /S /Q html |
---|
11 | bjam --v2 |
---|
12 | del /F /S /Q ..\src\images ..\src\jam ..\src\*.html ..\src\*.png ..\src\*.css ..\src\LICENSE*.txt |
---|
13 | xcopy /S /I /Y html ..\src |
---|
14 | cd ..\src |
---|
15 | call .\build.bat --- dist |
---|
Note: See
TracBrowser
for help on using the repository browser.