mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-06 16:25:59 +02:00
Paths fixed
This commit is contained in:
parent
9c9bfdc6d4
commit
58bf51f731
6 changed files with 8 additions and 4 deletions
|
@ -2142,6 +2142,7 @@ copy /y $(OutDir)$(TargetName).lib $(SolutionDir)\BeefLibs\Beefy2D\dist\</Comman
|
|||
<ClInclude Include="Util\AllocDebug.h" />
|
||||
<ClInclude Include="util\Array.h" />
|
||||
<ClInclude Include="util\BeefPerf.h" />
|
||||
<ClInclude Include="util\BinaryHeap.h" />
|
||||
<ClInclude Include="util\BSpline.h" />
|
||||
<ClInclude Include="util\BumpAllocator.h" />
|
||||
<ClInclude Include="util\CatmullRom.h" />
|
||||
|
|
|
@ -1060,6 +1060,9 @@
|
|||
<ClInclude Include="BFSound.h">
|
||||
<Filter>src</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="util\BinaryHeap.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