mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-04 23:36:00 +02:00
Version bump to 0.43.6
This commit is contained in:
parent
cf27fffade
commit
1c9d1eeae5
3 changed files with 50 additions and 50 deletions
|
@ -13,7 +13,7 @@ Description = "Beef IDE"
|
|||
Company = "BeefyTech LLC"
|
||||
Product = "Beef IDE"
|
||||
Copyright = "Copyright 2019 BeefyTech"
|
||||
FileVersion = "0.43.5"
|
||||
FileVersion = "0.43.6"
|
||||
ProductVersion = "0000000000000000"
|
||||
|
||||
[Configs.Debug.Win32]
|
||||
|
@ -24,7 +24,7 @@ OtherLinkFlags = ""
|
|||
TargetDirectory = "$(ProjectDir)/dist"
|
||||
TargetName = "BeefIDE_d"
|
||||
OtherLinkFlags = "$(LinkFlags) Comdlg32.lib kernel32.lib user32.lib advapi32.lib shell32.lib IDEHelper64_d.lib"
|
||||
DebugCommandArguments = "-proddir=\"$(ProjectDir)\\..\\IDE_Ext\""
|
||||
DebugCommandArguments = "-proddir=\"$(ProjectDir)\\..\\BeefBuild\""
|
||||
DebugWorkingDirectory = "$(ProjectDir)\\.."
|
||||
EnvironmentVars = ["_NO_DEBUG_HEAP=1"]
|
||||
PreprocessorMacros = ["DEBUG,HASGIT"]
|
||||
|
@ -37,9 +37,9 @@ OtherLinkFlags = ""
|
|||
TargetDirectory = "$(ProjectDir)/dist"
|
||||
TargetName = "BeefIDE"
|
||||
OtherLinkFlags = "Comdlg32.lib kernel32.lib user32.lib advapi32.lib shell32.lib Beef042RT64.lib IDEHelper64.lib BeefySysLib64.lib"
|
||||
DebugCommandArguments = "-proddir=C:\\Beef\\IDE\\Tests\\Test1 -test=scripts\\Enums.txt -testNoExit"
|
||||
DebugCommandArguments = "-proddir=C:\\Beef\\IDE\\Tests\\Test1 -test=scripts\\Breakpoints.txt"
|
||||
DebugWorkingDirectory = "$(ProjectDir)\\dist"
|
||||
EnvironmentVars = ["_NO_DEBUG_HEAP=1"]
|
||||
EnvironmentVars = ["z_NO_DEBUG_HEAP=1"]
|
||||
PreprocessorMacros = ["RELEASE,HASGIT"]
|
||||
|
||||
[Configs.Debug2.Win32]
|
||||
|
@ -51,7 +51,7 @@ TargetDirectory = "$(ProjectDir)/dist"
|
|||
TargetName = "BeefIDE_d2"
|
||||
OtherLinkFlags = "$(LinkFlags) Comdlg32.lib kernel32.lib user32.lib advapi32.lib shell32.lib IDEHelper64_d.lib BeefySysLib64_d.lib wsock32.lib"
|
||||
BeefLibType = "DynamicDebug"
|
||||
DebugCommandArguments = "-workspace=c:\\proj\\ShootGame"
|
||||
DebugCommandArguments = "-workspace=C:\\proj\\BeefTest"
|
||||
DebugWorkingDirectory = "c:\\Beef\\IDE\\Tests\\EmptyTest"
|
||||
EnvironmentVars = ["_NO_DEBUG_HEAP=1"]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue