Added Note about Saitek P2500, removed unused thing from SConstruct

This commit is contained in:
Ingo Ruhnke 2009-08-05 13:39:17 +02:00
parent c40cf0d88a
commit a8130da959
2 changed files with 6 additions and 1 deletions

6
NEWS
View file

@ -1,3 +1,9 @@
xboxdrv 0.4.9 - (??/Aug/2009)
=============================
* Saitek P2500 support (no rumble, untested)
xboxdrv 0.4.8 - (30/Jul/2009)
=============================

View file

@ -25,7 +25,6 @@ if not conf.CheckLib('boost_thread-mt', language='C++'):
env = conf.Finish()
# env = Environment(CPPFLAGS=['-g', '-O2'], LIBS=['usb', 'X11'])
env.Program('xboxdrv', ['src/xboxdrv.cpp',
'src/xboxmsg.cpp',
'src/uinput.cpp',