mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
Paths fixed
This commit is contained in:
parent
9c9bfdc6d4
commit
58bf51f731
6 changed files with 8 additions and 4 deletions
|
@ -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]
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
FileVersion = 1
|
FileVersion = 1
|
||||||
Projects = {RandoCode = {Path = "."}, Beefy2D = {Path = "../../Beefy2D"}}
|
Projects = {RandoCode = {Path = "."}, Beefy2D = "*"}
|
||||||
|
|
||||||
[Workspace]
|
[Workspace]
|
||||||
StartupProject = "RandoCode"
|
StartupProject = "RandoCode"
|
||||||
|
|
|
@ -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" />
|
||||||
|
|
|
@ -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">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue