mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-12 03:05:59 +02:00
Remove libgit from projects
This commit is contained in:
parent
576a899604
commit
ad2aa15e42
3 changed files with 9 additions and 11 deletions
|
@ -1,5 +1,5 @@
|
|||
FileVersion = 1
|
||||
Dependencies = {Beefy2D = "*", corlib = "*", curl = "*", libgit2 = "*"}
|
||||
Dependencies = {Beefy2D = "*", corlib = "*", curl = "*"}
|
||||
|
||||
[Project]
|
||||
Name = "IDE"
|
||||
|
@ -27,6 +27,7 @@ OtherLinkFlags = "$(LinkFlags) Comdlg32.lib kernel32.lib user32.lib advapi32.lib
|
|||
DebugCommandArguments = "-proddir=\"$(WorkspaceDir)\\..\\BeefBuild\""
|
||||
DebugWorkingDirectory = "$(WorkspaceDir)\\.."
|
||||
EnvironmentVars = ["_NO_DEBUG_HEAP=1"]
|
||||
PreprocessorMacros = ["DEBUG,HASGIT"]
|
||||
|
||||
[Configs.Release.Win32]
|
||||
TargetName = ""
|
||||
|
@ -36,9 +37,10 @@ OtherLinkFlags = ""
|
|||
TargetDirectory = "$(WorkspaceDir)/dist"
|
||||
TargetName = "BeefIDE"
|
||||
OtherLinkFlags = "Comdlg32.lib kernel32.lib user32.lib advapi32.lib shell32.lib Beef042RT64.lib IDEHelper64.lib BeefySysLib64.lib"
|
||||
DebugCommandArguments = "-workspace=C:\\proj\\BeefTest"
|
||||
DebugCommandArguments = "-proddir=C:\\Beef\\IDE\\Tests\\Test1 -test=scripts\\Enums.txt -testNoExit"
|
||||
DebugWorkingDirectory = "$(ProjectDir)\\dist"
|
||||
EnvironmentVars = ["_NO_DEBUG_HEAP=1"]
|
||||
PreprocessorMacros = ["RELEASE,HASGIT"]
|
||||
|
||||
[Configs.Debug2.Win32]
|
||||
TargetName = ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue