1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-07-04 23:36:00 +02:00

Mintest revisions

This commit is contained in:
Brian Fiete 2019-09-29 07:44:39 -07:00
parent 908dbe1a6e
commit ce66b658c4
7 changed files with 117 additions and 65 deletions

View file

@ -16,8 +16,8 @@ TargetName = "$(ProjectName)_d"
OtherLinkFlags = "$(LinkFlags) Comdlg32.lib kernel32.lib user32.lib advapi32.lib shell32.lib IDEHelper64_d.lib Rpcrt4.lib Ole32.lib"
CLibType = "Dynamic"
BeefLibType = "DynamicDebug"
DebugCommandArguments = "-help"
DebugWorkingDirectory = "c:\\Beef_website\\BeefTools\\BeefInstall"
DebugCommandArguments = "-run"
DebugWorkingDirectory = "c:\\temp\\Hello"
EnvironmentVars = ["_NO_DEBUG_HEAP=1"]
PreprocessorMacros = ["DEBUG", "CLI"]