build: fix symbolic links

* expanded setup and clean scripts to create/delete symbolic links for the new user folder.
This commit is contained in:
malte_langkabel
2016-02-16 18:30:42 +01:00
parent 70a9394d94
commit bfb0a20636
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -8,7 +8,9 @@ cd $MY_PATH/..
# Remove symbolic links
cmd //c 'rmdir '.$MY_PATH.'\..\bin\app\Debug\data' &
cmd //c 'rmdir '.$MY_PATH.'\..\bin\app\Debug\user' &
cmd //c 'rmdir '.$MY_PATH.'\..\bin\app\Release\data' &
cmd //c 'rmdir '.$MY_PATH.'\..\bin\app\Release\user' &
# Remove folders and contents
rm -rf build