... | @@ -31,10 +31,10 @@ Preparation for working with DSPElib using Visual Studio Code |
... | @@ -31,10 +31,10 @@ Preparation for working with DSPElib using Visual Studio Code |
|
- Compilation actions depend on C++ language configuration (e.g. Windows64-Debug)
|
|
- Compilation actions depend on C++ language configuration (e.g. Windows64-Debug)
|
|
- Compilation actions:
|
|
- Compilation actions:
|
|
- Build DSPElib - debug/release compilation based on C++ language configuration
|
|
- Build DSPElib - debug/release compilation based on C++ language configuration
|
|
- Clean DSPElib
|
|
- Clean DSPElib - clears both debug and release tmp compilation folders
|
|
- Install DSPElib - compile both Debug and Release and copy library files to _DSPE_lib_minGW_ folder
|
|
- Install DSPElib - compile both Debug and Release and copy library files to _DSPE_lib_minGW_ folder
|
|
- build examples Windows (depends on last "Install DSPElib")
|
|
- build examples Windows/Linux (requires/depends on last "Install DSPElib")
|
|
- clean examples Windows
|
|
- clean examples Windows/Linux
|
|
8. Debugging
|
|
8. Debugging
|
|
- launch.json
|
|
- launch.json
|
|
- https://code.visualstudio.com/docs/cpp/config-mingw
|
|
- https://code.visualstudio.com/docs/cpp/config-mingw
|
... | | ... | |