mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 20:42:21 +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"
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue