diff --git a/BeefBuild/BeefProj.toml b/BeefBuild/BeefProj.toml index f0680fc5..8d9180b9 100644 --- a/BeefBuild/BeefProj.toml +++ b/BeefBuild/BeefProj.toml @@ -17,7 +17,7 @@ OtherLinkFlags = "$(LinkFlags) Comdlg32.lib kernel32.lib user32.lib advapi32.lib CLibType = "Dynamic" BeefLibType = "DynamicDebug" DebugCommandArguments = "-run" -DebugWorkingDirectory = "c:\\temp\\Hello" +DebugWorkingDirectory = "c:\\temp\\Hello2" EnvironmentVars = ["_NO_DEBUG_HEAP=1"] PreprocessorMacros = ["DEBUG", "CLI"] @@ -89,3 +89,4 @@ BeefLibType = "Static" Type = "Folder" Path = "../IDE/src" Name = "ide" +AutoInclude = true