Implemented relocatable overlays (OoT runs)

This commit is contained in:
Mr-Wiseguy 2023-02-04 00:14:03 -05:00
parent d2603ce07c
commit 602be9c2c6
8 changed files with 337 additions and 52 deletions

View file

@ -168,7 +168,6 @@
<ClInclude Include="..\..\recomp.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="test.cpp" />
<_WildCardClCompile Include="..\funcs\*.c" />
<ClCompile Include="@(_WildCardClCompile)" />
</ItemGroup>

View file

@ -15,9 +15,6 @@
</Filter>
</ItemGroup>
<ItemGroup>
<ClCompile Include="test.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="@(_WildCardClCompile)" />
<ClCompile Include="@(_WildCardClCompile)" />
<ClCompile Include="@(_WildCardClCompile)" />