mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 20:42:21 +02:00
Small changes, IDE fixes
This commit is contained in:
parent
093eaa64c0
commit
a8df8c0e47
10 changed files with 141 additions and 18 deletions
|
@ -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 = "-workspace=."
|
||||
DebugWorkingDirectory = "$(WorkspaceDir)/../IDE/dist"
|
||||
DebugCommandArguments = "-workspace=Elevated -config=Debug -platform=Win64 -verbosity=detailed -clean"
|
||||
DebugWorkingDirectory = "c:\\Beef_website\\BeefTools\\BeefInstall"
|
||||
EnvironmentVars = ["_NO_DEBUG_HEAP=1"]
|
||||
PreprocessorMacros = ["DEBUG", "CLI"]
|
||||
|
||||
|
@ -89,4 +89,3 @@ BeefLibType = "Static"
|
|||
Type = "Folder"
|
||||
Path = "../IDE/src"
|
||||
Name = "ide"
|
||||
AutoInclude = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue