Hello,
is it possible to "link" the source folder to a different location? I know, symbolic links should do the trick, but is also not recommended.
An Alternative would be to use git worktrees, but if git is not involved, is it possible? Also moving sources via script is possible, but tedious and error-prone.
I want to be able to compile for different versions, i.e. different SDKs, with a single codebase. Is this possible with the current system (e.g. via projectdefinition.txt et al.)
Or will I have to create a custom build toolchain?
Thanks in advance,
Robert