Build: Change output paths

All output (and intermediate) files will go to folder outside of source tree.
This commit is contained in:
ge0rdi
2023-06-09 17:52:19 +02:00
parent 9f949dd99b
commit 8fee436996
11 changed files with 67 additions and 75 deletions

View File

@@ -26,6 +26,7 @@
<PropertyGroup Label="UserMacros" />
<PropertyGroup>
<OutDir>..\..\</OutDir>
<IntDir>..\..\..\build\obj\$(ProjectName)\</IntDir>
<IgnoreImportLibrary>true</IgnoreImportLibrary>
<LinkIncremental>false</LinkIncremental>
</PropertyGroup>