mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-15 14:54:09 +02:00
Proj fix
This commit is contained in:
parent
c308908d41
commit
df4573dca1
1 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,7 @@ OtherLinkFlags = "$(LinkFlags) Comdlg32.lib kernel32.lib user32.lib advapi32.lib
|
||||||
CLibType = "Dynamic"
|
CLibType = "Dynamic"
|
||||||
BeefLibType = "DynamicDebug"
|
BeefLibType = "DynamicDebug"
|
||||||
DebugCommandArguments = "-run"
|
DebugCommandArguments = "-run"
|
||||||
DebugWorkingDirectory = "c:\\temp\\Hello"
|
DebugWorkingDirectory = "c:\\temp\\Hello2"
|
||||||
EnvironmentVars = ["_NO_DEBUG_HEAP=1"]
|
EnvironmentVars = ["_NO_DEBUG_HEAP=1"]
|
||||||
PreprocessorMacros = ["DEBUG", "CLI"]
|
PreprocessorMacros = ["DEBUG", "CLI"]
|
||||||
|
|
||||||
|
@ -89,3 +89,4 @@ BeefLibType = "Static"
|
||||||
Type = "Folder"
|
Type = "Folder"
|
||||||
Path = "../IDE/src"
|
Path = "../IDE/src"
|
||||||
Name = "ide"
|
Name = "ide"
|
||||||
|
AutoInclude = true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue