You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it generates constructed-files (RTE_Components.h, Pre_Include_Global.h, etc.)
it copies configuration files to the RTE folder
I believe this two features should split. Reason:
When configuration files are forgotten, also the user settings for components are lost. Just copy the original files from packs may therefore result in errors.
constructed-files are not user modifiable, they can be regenerated when missing without introducing problems.
The issue becomes apparent when using uv2csolution and folder names are changing due to CMake restrictions (no - in folder names).
The text was updated successfully, but these errors were encountered:
The Problem To Be Solved
update-rte
performs two functions:constructed-files
(RTE_Components.h, Pre_Include_Global.h, etc.)I believe this two features should split. Reason:
constructed-files
are not user modifiable, they can be regenerated when missing without introducing problems.The issue becomes apparent when using uv2csolution and folder names are changing due to CMake restrictions (no - in folder names).
The text was updated successfully, but these errors were encountered: