Make win32/__BUILD_SCRIPT point at the instructions for cross-compiling master.

master
cybersphinx 2011-05-03 12:37:12 +02:00
parent b56d25a146
commit 7e96946d8f
1 changed files with 6 additions and 0 deletions

View File

@ -3,6 +3,12 @@
# Terminate when a command is unsuccesful
set -e
echo "This script doesn't work anymore. See
http://developer.wz2100.net/wiki/CompileGuideWindows/MingwCrossEnv for the
needed commands until someone changes this script to do that."
exit
cd "$(dirname "$0")"
##