[PD-dev] including linux-only externals in build system

Hans-Christoph Steiner hans at eds.org
Tue Jun 10 19:58:40 CEST 2003


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





More information about the Pd-dev mailing list