From 3eeae12c498d1a4dbe969462d2ba841f77ee3ccb Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 2 Jan 2011 01:48:38 +0200 Subject: Initial commit. This code based on mana client http://www.gitorious.org/mana/mana and my private repository. --- bcmake | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 bcmake (limited to 'bcmake') diff --git a/bcmake b/bcmake new file mode 100755 index 000000000..64dab2116 --- /dev/null +++ b/bcmake @@ -0,0 +1,7 @@ +#!/bin/bash + +export PATH=/usr/i586-mingw32msvc/bin:$PATH +CXXFLAGS="-Wall -g0 -O2" cmake -DCMAKE_TOOLCHAIN_FILE=./toolchain.cmake . + +make -j5 2>make.log + -- cgit v1.2.3-60-g2f50