Added Note about Saitek P2500, removed unused thing from SConstruct
This commit is contained in:
parent
c40cf0d88a
commit
a8130da959
2 changed files with 6 additions and 1 deletions
6
NEWS
6
NEWS
|
@ -1,3 +1,9 @@
|
|||
xboxdrv 0.4.9 - (??/Aug/2009)
|
||||
=============================
|
||||
|
||||
* Saitek P2500 support (no rumble, untested)
|
||||
|
||||
|
||||
xboxdrv 0.4.8 - (30/Jul/2009)
|
||||
=============================
|
||||
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue