... | @@ -26,10 +26,12 @@ Preparation for working with DSPElib using Visual Studio Code |
... | @@ -26,10 +26,12 @@ Preparation for working with DSPElib using Visual Studio Code |
|
- This allows avoiding setting global system paths and using different compiler sets but **might not work in certain configurations**
|
|
- This allows avoiding setting global system paths and using different compiler sets but **might not work in certain configurations**
|
|
- **(version 2)** update path in *.vscode/tasks.json*
|
|
- **(version 2)** update path in *.vscode/tasks.json*
|
|
~~~C++
|
|
~~~C++
|
|
"options": {
|
|
"windows": {
|
|
"cwd": "${workspaceFolder}",
|
|
"options": {
|
|
"env": {"PATH":"c:/msys64/usr/bin;c:/msys64/mingw64/bin/;${env:PATH}"}
|
|
"cwd": "${workspaceFolder}",
|
|
},
|
|
"env": {"PATH":"c:/msys64/usr/bin;c:/msys64/mingw64/bin/;${env:PATH}"}
|
|
|
|
},
|
|
|
|
},
|
|
~~~
|
|
~~~
|
|
5. Open folder: d:\Eclipse_Mars\git_folder\DSPElib\DSPE_lib\src\
|
|
5. Open folder: d:\Eclipse_Mars\git_folder\DSPElib\DSPE_lib\src\
|
|
6. .vscode/c_cpp_properties.json – C++ configurations
|
|
6. .vscode/c_cpp_properties.json – C++ configurations
|
... | | ... | |