Move odin compiler and ols to their own directory separate from thirdparty packages: toolchain

This commit is contained in:
2024-03-19 18:52:33 -04:00
parent cbf47ca21d
commit 6d1a32b124
7 changed files with 36 additions and 14 deletions

View File

@ -15,10 +15,14 @@
},
{
"name": "ini",
"path": "C:/projects/SectrPrototype/thirdparty/ini"
"path": "C:/projects/SectrPrototype/thirdparty/packages/ini"
},
{
"name": "backtrace",
"path": "C:/projects/SectrPrototype/thirdparty/packages/backtrace"
}
],
"odin_command": "C:/projects/SectrPrototype/thirdparty/Odin/odin.exe",
"odin_command": "C:/projects/SectrPrototype/toolchain/Odin/odin.exe",
"enable_document_symbols": true,
"enable_fake_methods": false,
"enable_format": false,