1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 20:42:21 +02:00

Start of package management

This commit is contained in:
Brian Fiete 2021-02-25 08:10:21 -08:00
parent e517a9745a
commit e6c4a95ccd
25 changed files with 4316 additions and 692 deletions

View file

@ -1,5 +1,5 @@
FileVersion = 1
Dependencies = {Beefy2D = "*", corlib = "*"}
Dependencies = {Beefy2D = "*", corlib = "*", libgit2 = "*"}
[Project]
Name = "BeefBuild"
@ -75,6 +75,9 @@ DebugWorkingDirectory = "$(ProjectDir)\\dist"
EnvironmentVars = ["_NO_DEBUG_HEAP=1"]
PreprocessorMacros = ["RELEASE", "CLI"]
[Configs.Release.Win64z]
BuildKind = "StaticLib"
[Configs.Debug2.Win32]
TargetName = ""
OtherLinkFlags = ""

View file

@ -1,6 +1,7 @@
FileVersion = 1
Projects = {BeefBuild = {Path = "."}, corlib = "*", Beefy2D = {Path = "../BeefLibs/Beefy2D"}, IDEHelper = {Path = "../IDEHelper"}, Debugger64 = {Path = "../Debugger64"}, BeefySysLib = {Path = "../BeefySysLib"}}
Projects = {BeefBuild = {Path = "."}, corlib = "*", Beefy2D = {Path = "../BeefLibs/Beefy2D"}, IDEHelper = {Path = "../IDEHelper"}, Debugger64 = {Path = "../Debugger64"}, BeefySysLib = {Path = "../BeefySysLib"}, libgit2 = "*"}
Unlocked = ["corlib"]
ExtraPlatforms = ["Linux64"]
[Workspace]
StartupProject = "BeefBuild"