Update the vcvarsall situation, build before debugging, update readme

This commit is contained in:
Krzosa Karol
2023-01-23 12:33:13 +01:00
parent 63dcf9bedc
commit cff88988e2
4 changed files with 73 additions and 25 deletions

12
Remedy.sublime-settings Normal file
View File

@@ -0,0 +1,12 @@
{
// NOTE to build_before_debugging
// You need a project and a build system inside that project if you want build_before_debugging,
// Sublime API doesnt allow for querying of the selected build system, I need to essentially emulate that process.
// Look here to figure out the project format: https://www.sublimetext.com/docs/projects.html
// Additionally you need a field called "remedy_build_system" to signal which
// build system was chosen if you have more then 1 build system.
"build_before_debugging": true,
"executable": "remedybg.exe",
"vc_vars_cmd": "C:/Program Files (x86)/Microsoft Visual Studio/2022/BuildTools/VC/Auxiliary/Build/vcvarsall.bat",
"vc_vars_arch": "amd64",
}