summaryrefslogtreecommitdiff
path: root/bcmake
diff options
context:
space:
mode:
Diffstat (limited to 'bcmake')
-rwxr-xr-xbcmake7
1 files changed, 0 insertions, 7 deletions
diff --git a/bcmake b/bcmake
deleted file mode 100755
index fd6196df7..000000000
--- a/bcmake
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/bash
-
-export PATH=/usr/i586-mingw32msvc/bin:$PATH
-CXXFLAGS="-Wall -g0 -O2" cmake -DCMAKE_TOOLCHAIN_FILE=./toolchain.cmake . 2>make1.log
-
-make -j5 2>make.log
-