mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-04 23:36:00 +02:00
Fleshing out comptime debugging
This commit is contained in:
parent
ff2e40e3bf
commit
b334423106
28 changed files with 2079 additions and 780 deletions
|
@ -864,6 +864,7 @@
|
|||
<ClCompile Include="util\CabUtil.cpp" />
|
||||
<ClCompile Include="util\CatmullRom.cpp" />
|
||||
<ClCompile Include="util\ChunkedDataBuffer.cpp" />
|
||||
<ClCompile Include="util\Compress.cpp" />
|
||||
<ClCompile Include="util\CubicFuncSpline.cpp" />
|
||||
<ClCompile Include="util\CubicSpline.cpp" />
|
||||
<ClCompile Include="util\FileEnumerator.cpp" />
|
||||
|
@ -1025,6 +1026,7 @@
|
|||
<ClInclude Include="util\BSpline.h" />
|
||||
<ClInclude Include="util\CabUtil.h" />
|
||||
<ClInclude Include="util\CatmullRom.h" />
|
||||
<ClInclude Include="util\Compress.h" />
|
||||
<ClInclude Include="util\CritSect.h" />
|
||||
<ClInclude Include="util\CubicFuncSpline.h" />
|
||||
<ClInclude Include="util\CubicSpline.h" />
|
||||
|
|
|
@ -572,6 +572,9 @@
|
|||
<ClCompile Include="util\Heap.cpp">
|
||||
<Filter>src\util</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="util\Compress.cpp">
|
||||
<Filter>src\util</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="Common.h">
|
||||
|
@ -877,6 +880,9 @@
|
|||
<ClInclude Include="util\Heap.h">
|
||||
<Filter>src\util</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="util\Compress.h">
|
||||
<Filter>src\util</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<CustomBuild Include="third_party\libffi\i686-pc-cygwin\src\x86\win32.asm">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue