]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/circular_buffer/example/circular_buffer_examples.bat
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / circular_buffer / example / circular_buffer_examples.bat
1 echo off
2 rem quickbook doxygen auto-index docs template circular_buffer_html_index.bat
3 rem echo circular_buffer_html_index_%date%_%time:~0,2%_%time:~3,2%.log
4 rem The DOS time format is assumed 12:34 and the : separator is not used.
5 set t=%time% /T
6 set tim=%t:~0,2%%t:~3,2%
7 rem pick just hours and minutes.
8 rem time may include leading space, like " 915", so remove space.
9 set tim=%tim: =%
10 rem boost-no-inspect
11 rem cd \boost-trunk/circular_buffer\libs\circular_buffer\example
12 bjam -a > circular_buffer_examples_%date%_%tim%.log
13 if not ERRORLEVEL 0 (echo Errorlevel is %ERRORLEVEL%) else (echo OK)
14 pause