summaryrefslogtreecommitdiff
path: root/build/bcmake
diff options
context:
space:
mode:
Diffstat (limited to 'build/bcmake')
-rwxr-xr-xbuild/bcmake9
1 files changed, 9 insertions, 0 deletions
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
+