OpenTTD: updated

This commit is contained in:
pelya
2016-05-15 01:39:38 +03:00
parent 1f2adbb2d3
commit 3c2976aa03
5 changed files with 23 additions and 6 deletions

View File

@@ -5,7 +5,8 @@ LOCAL_PATH=`cd $LOCAL_PATH && pwd`
mkdir -p openttd-pc openttd-pc/baseset
cd openttd-pc
[ -e bin/baseset ] || cp -a ../src/bin .
[ -e bin/baseset ] || cp -a ../src/bin ./
[ -e bin/fonts ] || cp -a ../data/fonts bin/
export CFLAGS=-O0
export CXXFLAGS=-O0