src: move set app path to linux includes

This commit is contained in:
Andreas Stallinger
2016-03-08 13:01:00 +01:00
parent cabdb69956
commit 90c0d15d20
3 changed files with 11 additions and 6 deletions
+4 -1
View File
@@ -53,7 +53,10 @@ if [ $PLATFORM == "Windows" ]; then
cmd //c 'mklink /d /j '.$MY_PATH.'\..\bin\app\Debug\user '.$MY_PATH.'\..\bin\app\user' &
cmd //c 'mklink /d /j '.$MY_PATH.'\..\bin\app\Release\data '.$MY_PATH.'\..\bin\app\data' &
cmd //c 'mklink /d /j '.$MY_PATH.'\..\bin\app\Release\user '.$MY_PATH.'\..\bin\app\user' &
elif [ $PLATFORM == "Linux" ]; then
echo -e $INFO "create symbolic links for data"
ln -s bin/app/data bin/app/Release/data
ln -s bin/app/data bin/app/Debug/data
fi
# Setup both Debug and Release configuration