I have written a few objects for the linux input event system and the iFeel mouse that I would like to include in the build/debian package system, but these objects are linux-only and always will be (I am working on separate cross-platform versions). So in build/src/, should I do this:
#ifdef LINUX #include "../hcs/ifeel.c" #endif
or is there a better way?
.hc