1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 19:48:20 +02:00

Paths fixed

This commit is contained in:
Brian Fiete 2019-11-07 10:31:20 -08:00
parent 9c9bfdc6d4
commit 58bf51f731
6 changed files with 8 additions and 4 deletions

View file

@ -1,5 +1,5 @@
FileVersion = 1 FileVersion = 1
Projects = {BeefPerf = {Path = "."}, Beefy2D = {Path = "../BeefLibs/Beefy2D"}} Projects = {BeefPerf = {Path = "."}, Beefy2D = "*"}
Unlocked = ["corlib"] Unlocked = ["corlib"]
[Workspace] [Workspace]

View file

@ -1,5 +1,5 @@
FileVersion = 1 FileVersion = 1
Projects = {LogViewer = {Path = "."}, Beefy2D = {Path = "../BeefLibs/Beefy2D"}} Projects = {LogViewer = {Path = "."}, Beefy2D = "*"}
[Workspace] [Workspace]
StartupProject = "LogViewer" StartupProject = "LogViewer"

View file

@ -1,5 +1,5 @@
FileVersion = 1 FileVersion = 1
Projects = {MemProfiler = {Path = "."}, corlib = {Path = "../IDE\\corlib"}, Beefy2D = {Path = "../Beefy2D"}, BeefySysLib = {Path = "../BeefySysLib"}} Projects = {MemProfiler = {Path = "."}, corlib = "*", Beefy2D = "*", BeefySysLib = "*"}
[Workspace] [Workspace]
StartupProject = "MemProfiler" StartupProject = "MemProfiler"

View file

@ -1,5 +1,5 @@
FileVersion = 1 FileVersion = 1
Projects = {RandoCode = {Path = "."}, Beefy2D = {Path = "../../Beefy2D"}} Projects = {RandoCode = {Path = "."}, Beefy2D = "*"}
[Workspace] [Workspace]
StartupProject = "RandoCode" StartupProject = "RandoCode"

View file

@ -2142,6 +2142,7 @@ copy /y $(OutDir)$(TargetName).lib $(SolutionDir)\BeefLibs\Beefy2D\dist\</Comman
<ClInclude Include="Util\AllocDebug.h" /> <ClInclude Include="Util\AllocDebug.h" />
<ClInclude Include="util\Array.h" /> <ClInclude Include="util\Array.h" />
<ClInclude Include="util\BeefPerf.h" /> <ClInclude Include="util\BeefPerf.h" />
<ClInclude Include="util\BinaryHeap.h" />
<ClInclude Include="util\BSpline.h" /> <ClInclude Include="util\BSpline.h" />
<ClInclude Include="util\BumpAllocator.h" /> <ClInclude Include="util\BumpAllocator.h" />
<ClInclude Include="util\CatmullRom.h" /> <ClInclude Include="util\CatmullRom.h" />

View file

@ -1060,6 +1060,9 @@
<ClInclude Include="BFSound.h"> <ClInclude Include="BFSound.h">
<Filter>src</Filter> <Filter>src</Filter>
</ClInclude> </ClInclude>
<ClInclude Include="util\BinaryHeap.h">
<Filter>src\util</Filter>
</ClInclude>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<CustomBuild Include="third_party\libffi\i686-pc-cygwin\src\x86\win32.asm"> <CustomBuild Include="third_party\libffi\i686-pc-cygwin\src\x86\win32.asm">