git repos / PlatformFolders

compile_test.sh

browsing at commit = 0e2c2ac6b06f92cf81b10ff62f2a02a8b93202ee

tags: 3.0

raw · blame · history

#! /bin/bash
set -e
#This script will attempt to compile with C++11, cross compile to windows with C++11, cross compile to windows with C++03, compile with C++03
make clean
make TESTCPP11=1
make clean
make CROSS=i686-w64-mingw32.static- TESTCPP11=1
make clean
make CROSS=i686-w64-mingw32.static-
mv platform_folders.out platform_folders.exe
make clean
make