stk-code_catmod/lib/wiiuse
funto66 2b08bde15e Removed unused files from old version of wiiuse and updated corresponding CMakeLists.txt
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@12458 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2013-02-06 21:40:11 +00:00
..
os_mac Updated to wiiuse fork from https://github.com/rpavlik/wiiuse 2013-01-24 22:53:34 +00:00
wiiuse Added wiiuse project file (read README for details on how 2013-01-31 22:24:06 +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 Removed unused files from old version of wiiuse and updated corresponding CMakeLists.txt 2013-02-06 21:40:11 +00:00
definitions_os.h Added build environment for Windows VS 9. 2013-01-30 21:11:43 +00:00
definitions.h Added build environment for Windows VS 9. 2013-01-30 21:11:43 +00:00
dynamics.c Added build environment for Windows VS 9. 2013-01-30 21:11: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 Added build environment for Windows VS 9. 2013-01-30 21:11:43 +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 Added build environment for Windows VS 9. 2013-01-30 21:11:43 +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 wiiuse fork from https://github.com/rpavlik/wiiuse 2013-01-24 22:53:34 +00:00
io.h Updated to wiiuse fork from https://github.com/rpavlik/wiiuse 2013-01-24 22:53:34 +00:00
ir.c Added build environment for Windows VS 9. 2013-01-30 21:11:43 +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 wiiuse fork from https://github.com/rpavlik/wiiuse 2013-01-24 22:53:34 +00:00
os_win.c Added build environment for Windows VS 9. 2013-01-30 21:11:43 +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 Updated to wiiuse fork from https://github.com/rpavlik/wiiuse 2013-01-24 22:53:34 +00:00
wiiuse_msvcstdint.h Updated to wiiuse fork from https://github.com/rpavlik/wiiuse 2013-01-24 22:53:34 +00:00
wiiuse.c Updated to wiiuse fork from https://github.com/rpavlik/wiiuse 2013-01-24 22:53:34 +00:00
wiiuse.h Updated to wiiuse fork from https://github.com/rpavlik/wiiuse 2013-01-24 22:53:34 +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.