summaryrefslogtreecommitdiff
path: root/build/bcmake
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-06-13 22:06:07 +0300
committerAndrei Karas <akaras@inbox.ru>2012-06-14 02:10:13 +0300
commitb15ab01a35ce3682e26aafb5fb1ac0fb98045241 (patch)
tree344b23d0c5721d1d5c86732c8abf581c3de1a5f1 /build/bcmake
parentaa629a5b28d83333d083cac24ee9ac815c2ea6e7 (diff)
downloadmv-b15ab01a35ce3682e26aafb5fb1ac0fb98045241.tar.gz
mv-b15ab01a35ce3682e26aafb5fb1ac0fb98045241.tar.bz2
mv-b15ab01a35ce3682e26aafb5fb1ac0fb98045241.tar.xz
mv-b15ab01a35ce3682e26aafb5fb1ac0fb98045241.zip
Add support for mingw64 for windows builds.
Diffstat (limited to 'build/bcmake')
-rwxr-xr-xbuild/bcmake6
1 files changed, 3 insertions, 3 deletions
diff --git a/build/bcmake b/build/bcmake
index b994ea7b6..e4ac00022 100755
--- a/build/bcmake
+++ b/build/bcmake
@@ -2,9 +2,9 @@
cd ..
-export PATH=/usr/i586-mingw32msvc/bin:$PATH
-export CXXFLAGS="-Wall -g1 -O3"
+#export PATH=/usr/i586-mingw32msvc/bin:$PATH
+export CXXFLAGS="-Wall -g1 -O3 -static-libstdc++"
cmake -DCMAKE_TOOLCHAIN_FILE=build/toolchain.cmake . 2>build/make1.log
-make -j5 VERBOSE=1 2>build/make.log
+make -j5 VERBOSE=1 2>>build/make.log