mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 03:28:20 +02:00
Fix misc bugs w/ IDE build in folders with a space
- Add quotes to bin/msbuild.bat paths - Tweak PostBuildCmds in Debugger64 and IDEHelper - Tweak Debug paths in IDE project to be relative to Workspace - Modify AppendWithOptionalQuotes to not add more quotes if source string already in quotes - Modify quoting behavior in build shell command construction
This commit is contained in:
parent
29beeb4e77
commit
81b909c541
6 changed files with 16 additions and 10 deletions
|
@ -10,7 +10,7 @@ TargetDirectory = "$(WorkspaceDir)/../IDE/dist"
|
|||
TargetName = "IDEHelper64_d.dll"
|
||||
BuildCommandsOnCompile = "IfFilesChanged"
|
||||
BuildCommandsOnRun = "IfFilesChanged"
|
||||
PostBuildCmds = ["\"$(WorkspaceDir)\\..\\bin\\msbuild.bat\" \"$(WorkspaceDir)\\..\\Debugger64\\Debugger64.vcxproj\" /p:Configuration=Debug /p:Platform=X64 /p:SolutionDir=$(Slash \"$(WorkspaceDir)\\\\..\\\\\") /v:m"]
|
||||
PostBuildCmds = ["\"$(WorkspaceDir)\\..\\bin\\msbuild.bat\" $(Slash \"$(WorkspaceDir)\\\\..\\\\Debugger64\\\\Debugger64.vcxproj\") /p:Configuration=Debug /p:Platform=X64 /p:SolutionDir=$(Slash \"$(WorkspaceDir)\\\\..\\\\\") /v:m"]
|
||||
OptimizationLevel = "O0"
|
||||
|
||||
[Configs.Debug.Win32]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue