build: created separate bin folder for each target.
Changed build process to use an individual bin/<subfolder> for each target. This way each target has its own data folder and its own set of dlls.
This commit is contained in:
+6
-3
@@ -8,8 +8,11 @@ cd $MY_PATH/..
|
||||
|
||||
# Remove folders and contents
|
||||
rm -rf build
|
||||
rm -rf lib
|
||||
rm -rf bin/Debug
|
||||
rm -rf bin/Release
|
||||
rm -rf bin/app/Debug
|
||||
rm -rf bin/app/Release
|
||||
rm -rf bin/lib/Debug
|
||||
rm -rf bin/lib/Release
|
||||
rm -rf bin/test/Debug
|
||||
rm -rf bin/test/Release
|
||||
|
||||
echo -e $SUCCESS "clean complete"
|
||||
|
||||
Reference in New Issue
Block a user