stk-code_catmod/lib/wiiuse
hikerstk bba3f85e4e Reverted accidentally committed patch in r14296.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@14297 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2013-10-23 11:43:43 +00:00
..
os_mac Updated to wiiuse fork from https://github.com/rpavlik/wiiuse 2013-01-24 22:53:34 +00:00
wiiuse Fixed VS 2012 compilation. 2013-10-23 11:36:31 +00:00
classic.c Updated to wiiuse fork from https://github.com/rpavlik/wiiuse 2013-01-24 22:53:34 +00:00
classic.h Updated to wiiuse fork from https://github.com/rpavlik/wiiuse 2013-01-24 22:53:34 +00:00
CMakeLists.txt Fixed cmake problems (warnings and incorrect compiler flags). 2013-10-23 11:05:53 +00:00
definitions_os.h Updated to latest wiiuse fork + allowed the RVL-CNT-01-TR to connect and respond to buttons on Linux (but no accelerometer support yet) 2013-06-05 07:24:42 +00:00
definitions.h Updated to latest wiiuse fork + allowed the RVL-CNT-01-TR to connect and respond to buttons on Linux (but no accelerometer support yet) 2013-06-05 07:24:42 +00:00
dynamics.c Reverted accidentally committed patch in r14296. 2013-10-23 11:43:43 +00:00
dynamics.h Updated to wiiuse fork from https://github.com/rpavlik/wiiuse 2013-01-24 22:53:34 +00:00
events.c Updated to latest wiiuse fork + allowed the RVL-CNT-01-TR to connect and respond to buttons on Linux (but no accelerometer support yet) 2013-06-05 07:24:42 +00:00
events.h Updated to wiiuse fork from https://github.com/rpavlik/wiiuse 2013-01-24 22:53:34 +00:00
guitar_hero_3.c Updated to latest wiiuse fork + allowed the RVL-CNT-01-TR to connect and respond to buttons on Linux (but no accelerometer support yet) 2013-06-05 07:24:42 +00:00
guitar_hero_3.h Updated to wiiuse fork from https://github.com/rpavlik/wiiuse 2013-01-24 22:53:34 +00:00
io.c Updated to latest wiiuse fork + allowed the RVL-CNT-01-TR to connect and respond to buttons on Linux (but no accelerometer support yet) 2013-06-05 07:24:42 +00:00
io.h Updated to wiiuse fork from https://github.com/rpavlik/wiiuse 2013-01-24 22:53:34 +00:00
ir.c Updated to latest wiiuse fork + allowed the RVL-CNT-01-TR to connect and respond to buttons on Linux (but no accelerometer support yet) 2013-06-05 07:24:42 +00:00
ir.h Updated to wiiuse fork from https://github.com/rpavlik/wiiuse 2013-01-24 22:53:34 +00:00
motion_plus.c Updated to wiiuse fork from https://github.com/rpavlik/wiiuse 2013-01-24 22:53:34 +00:00
motion_plus.h Updated to wiiuse fork from https://github.com/rpavlik/wiiuse 2013-01-24 22:53:34 +00:00
nunchuk.c Updated to wiiuse fork from https://github.com/rpavlik/wiiuse 2013-01-24 22:53:34 +00:00
nunchuk.h Updated to wiiuse fork from https://github.com/rpavlik/wiiuse 2013-01-24 22:53:34 +00:00
os_nix.c Updated to latest wiiuse fork + allowed the RVL-CNT-01-TR to connect and respond to buttons on Linux (but no accelerometer support yet) 2013-06-05 07:24:42 +00:00
os_win.c Added RVL-CNT-01-TR support to Windows too (but no accelerometers support yet) 2013-06-07 21:33:11 +00:00
os.h Updated to wiiuse fork from https://github.com/rpavlik/wiiuse 2013-01-24 22:53:34 +00:00
README Added wiiuse project file (read README for details on how 2013-01-31 22:24:06 +00:00
util.c Updated to wiiuse fork from https://github.com/rpavlik/wiiuse 2013-01-24 22:53:34 +00:00
wiiboard.c Updated to wiiuse fork from https://github.com/rpavlik/wiiuse 2013-01-24 22:53:34 +00:00
wiiboard.h Updated to wiiuse fork from https://github.com/rpavlik/wiiuse 2013-01-24 22:53:34 +00:00
wiiuse_internal.h Added constants for RVL-CNT-01-TR detection in MacOS Bluetooth format - support not implemented yet 2013-06-08 20:59:34 +00:00
wiiuse_msvcstdint.h Fixed VS 2012 compilation. 2013-10-23 11:36:31 +00:00
wiiuse.c Updated to latest wiiuse fork + allowed the RVL-CNT-01-TR to connect and respond to buttons on Linux (but no accelerometer support yet) 2013-06-05 07:24:42 +00:00
wiiuse.h Updated to latest wiiuse fork + allowed the RVL-CNT-01-TR to connect and respond to buttons on Linux (but no accelerometer support yet) 2013-06-05 07:24:42 +00:00

Windows
=======
Compiling the wiiuse library requires installation of
the windows driver development kit (DDT).
While the wiiuse project is part of the windows STK solution,
it is not compiled by default, instead the lib is 
linked from the dependency package (and output of the
wiiuse project is in the dependency directory as well).
Reason is that compiling this lib needs two hardcoded
paths to be set, which are not portable (see properties
of the wiiuse project, then Configuration, C/C++, 
General: Additional Include Directories):
first the standard VS include path (!!), THEN the
include path for the windows DDK. Without those
settings in this order wiiuse can not be compiled 
(known problems when compiling ddk code with
Visual Studio - google it). Also the path to the ddk
must be set as additional library directory.