On 7. Oct 2010, at 9:29, Daniel Pfeifer wrote: > Why not? All defines.h does, is #include "defines<System>.h". > Why should defines.h not contain all the definitions directly?
You want to keep the Linux and Windows headers in the same SCM repo. defines.h conditionally includes definesLinux.h or definesWin32.h, depending on your current platform. HTH, Stefan. _______________________________________________ eq-dev mailing list [email protected] http://www.equalizergraphics.com/cgi-bin/mailman/listinfo/eq-dev http://www.equalizergraphics.com

