patch that adds the cmake buildsystem:
http://redmine.rigsofrods.org/issues/206patch we use to control the LEDs on the Logitech G27 steering wheel (win32 only):
http://redmine.rigsofrods.org/issues/207i hope those are getting integrated

also, we should do this:
svn propset svn:eol-style "native" *
this sets the End of line style to native. Means: windows line-endings if you check it out under windows(/r/n), linux line endings under linux. (/n)
also, this could be nice:
svn propset svn:keywords "Date Revision Author HeadURL Id" *.h
to use this in the headers:
#define SVN_REVISION "$Rev$"
#define SVN_ID "$Id$"
(if wished)