Other Parts Discussed in Thread: SYSCONFIG
Hello everyone,
I'm facing an issue with handling my .projectspec file. My goal is to integrate the files used in the project as links in my workspace, not as copies. However, this leads to a conflict with the existing settings in C/C++ Paths and Symbols, as they are based on relative paths in the workspace.
To solve this issue, I want to set up an environment variable in the .projectspec file that contains the relative path to the .projectspec file itself. This would allow me to edit the workspace directly from the repository location, without having to create a new workspace in every repository. However, I'm unsure about how to correctly create and configure this environment variable in the .projectspec file.
As I read in the Forum it isn't possible to set an ENV variable. Is there another solution? Because some files in my project have to be included directly from project itself. But I don't want that the user always has to create an variable.
My main concern is to establish a more efficient workflow that allows me to work flexibly and without extra effort with files in different repositories without worrying about where I open the workspace. Because I don't want to make always copies into other workspaces, I want to work directly from repository.
Furthermore I want to set the SysConfig if possible to a certain version, since SysConfig are unusable with each version.
Best regards,
