Files
ResInsight/ThirdParty/boost-Subset/libs/filesystem/example/test/build.bat
Magne Sjaastad 2b4efc4b5c #1398 Removed dependency on system boost, added subset of boost to ThirdParty
Added a subset of boost to ThirdParty folder. Code extracted from version boost version 1.59.0
2017-04-05 08:38:59 +02:00

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