mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Added a subset of boost to ThirdParty folder. Code extracted from version boost version 1.59.0
8 lines
213 B
Batchfile
8 lines
213 B
Batchfile
@echo off
|
|
rem Copyright Beman Dawes, 2010
|
|
rem Distributed under the Boost Software License, Version 1.0.
|
|
rem See www.boost.org/LICENSE_1_0.txt
|
|
echo Compiling example programs...
|
|
b2 %* >b2.log
|
|
find "error" <b2.log
|