Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- rem build-b2.bat
- @echo off
- setlocal enabledelayedexpansion
- set BOOTSTRAP="bootstrap.bat"
- if not exist %BOOTSTRAP% (
- echo !BOOTSTRAP! does not exist
- pause
- exit /b 1
- )
- set PATH=C:\MinGW\msys\1.0\bin;C:\MinGW\bin
- set BOOST_ROOT="%~dp0"
- call .\%BOOTSTRAP% gcc
- pause
- exit /b %ERRORLEVEL%
Advertisement
Add Comment
Please, Sign In to add comment