1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 20:42:21 +02:00
This commit is contained in:
Brian Fiete 2019-10-01 12:49:07 -07:00
parent c308908d41
commit df4573dca1

View file

@ -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