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:
@@ -0,0 +1,7 @@
|
||||
typedef unsigned int uint;
|
||||
|
||||
class H
|
||||
{
|
||||
private:
|
||||
int width;
|
||||
};
|
||||
Reference in New Issue
Block a user