build: fixed project setup
* expanded setup script to create symbolic links * expanded clean script to remove symbolic links before deleting contents of Debug and Release folders. * fixed lines in tutorial so they don't exceed the limit of 80 chars.
This commit is contained in:
@@ -6,6 +6,10 @@ SUCCESS="\033[32mSuccess:\033[00m"
|
||||
MY_PATH=`dirname "$0"`
|
||||
cd $MY_PATH/..
|
||||
|
||||
# Remove symbolic links
|
||||
cmd //c 'rmdir '.$MY_PATH.'\..\bin\app\Debug\data' &
|
||||
cmd //c 'rmdir '.$MY_PATH.'\..\bin\app\Release\data' &
|
||||
|
||||
# Remove folders and contents
|
||||
rm -rf build
|
||||
rm -rf bin/app/Debug
|
||||
|
||||
Reference in New Issue
Block a user