From d203be43c9e1006672a1a1da6b177fd43f4760c2 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 13 Oct 2011 02:33:04 +0300 Subject: Move build scripts and logs to build dir. --- build/bcmake | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 build/bcmake (limited to 'build/bcmake') diff --git a/build/bcmake b/build/bcmake new file mode 100755 index 000000000..21de1da77 --- /dev/null +++ b/build/bcmake @@ -0,0 +1,9 @@ +#!/bin/bash + +cd .. + +export PATH=/usr/i586-mingw32msvc/bin:$PATH +CXXFLAGS="-Wall -g0 -O2" cmake -DCMAKE_TOOLCHAIN_FILE=build/toolchain.cmake . 2>build/make1.log + +make -j5 2>build/make.log + -- cgit v1.2.3-60-g2f50