I use the SKELETON_JAR variable for my C ++ code in one header. However, I want the user to be able to easily locate the jar at compile time. I think the easiest way to do this is to set this definition in a makefile like that?
#define SKELETON_JAR "./Util.jar"
c ++ c-preprocessor makefile
Marcos roriz junior
source share