Added Joystick sensor (from snailrose)

This commit is contained in:
Kester Maddock
2005-01-23 01:36:29 +00:00
parent a572d196e6
commit a1f0f165e4
20 changed files with 1620 additions and 12 deletions

View File

@@ -109,5 +109,6 @@ if sys.platform == 'win32':
ketsji_env.Append (CXXFLAGS = ['/GR'])
ketsji_env.Append ( CCFLAGS =['/Ox'])
ketsji_env.Append (CPPPATH = user_options_dict['PYTHON_INCLUDE'])
ketsji_env.Append (CPPPATH = user_options_dict['SDL_INCLUDE'])
ketsji_env.Library (target='#'+user_options_dict['BUILD_DIR']+'/lib/KX_ketsji', source=source_files)