I know that there are similar questions with answers, and some of them are offered to me when I print this. However, none of them seem to offer solutions without absolute paths.
I have two projects in an SVN project, and they should use some .cpp and .h files together. I simply could not find a way to avoid the absolute paths that are directly related to the directory in which I check my code. It is very likely that anyone trying to use the code should change these variables first.
I have not seen any solution without using a variable (at best). Are there any recent tricks / events that I am missing?
eclipse eclipse-cdt relative shared
mahonya
source share