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