mirror of
https://github.com/N64Recomp/N64Recomp.git
synced 2026-09-07 09:16:06 -05:00
Implemented relocatable overlays (OoT runs)
This commit is contained in:
@@ -168,7 +168,6 @@
|
||||
<ClInclude Include="..\..\recomp.h" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="test.cpp" />
|
||||
<_WildCardClCompile Include="..\funcs\*.c" />
|
||||
<ClCompile Include="@(_WildCardClCompile)" />
|
||||
</ItemGroup>
|
||||
|
||||
@@ -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)" />
|
||||
|
||||
Reference in New Issue
Block a user