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:
+7
-4
@@ -1,7 +1,10 @@
|
||||
/build/
|
||||
/lib/
|
||||
/bin/Debug/
|
||||
/bin/Release/
|
||||
/bin/data/log/
|
||||
/bin/app/Debug/
|
||||
/bin/app/Release/
|
||||
/bin/app/data/log/
|
||||
/bin/lib/
|
||||
/bin/test/Debug/
|
||||
/bin/test/Release/
|
||||
/bin/test/data/log/
|
||||
|
||||
.DS_Store
|
||||
|
||||
Reference in New Issue
Block a user