make all includes relative

This commit is contained in:
Daan Leijen 2021-06-06 20:31:36 -07:00
parent e2c095fad2
commit 1feb6123d9
21 changed files with 63 additions and 63 deletions

View file

@ -177,7 +177,8 @@
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="..\..\test\main-override.cpp" />
<ClCompile Include="..\..\test\rtest\src\main.cxx" />
<ClCompile Include="..\..\test\rtest\src\memory_storage.cxx" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="mimalloc-override.vcxproj">