]> git.saurik.com Git - wxWidgets.git/commit - build/msw/makefile.vc
Move HID stuff into both OSX builds. Add preliminary joystick for OSX
authorRyan Norton <wxprojects@comcast.net>
Mon, 14 Feb 2005 09:38:42 +0000 (09:38 +0000)
committerRyan Norton <wxprojects@comcast.net>
Mon, 14 Feb 2005 09:38:42 +0000 (09:38 +0000)
commit4cb1d3daa2e03b8c6481c9375d30451979170ba7
tree63f732e9a32630954dd928346818d3798903cbe7
parentf6a9b35e1f57fce368c84657849b336e9e02d9a4
Move HID stuff into both OSX builds.  Add preliminary joystick for OSX

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32030 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
20 files changed:
Makefile.in
aclocal.m4
autoconf_inc.m4
build/bakefiles/files.bkl
build/msw/makefile.bcc
build/msw/makefile.vc
build/msw/makefile.wat
configure
configure.in
include/wx/joystick.h
include/wx/mac/carbon/app.h
include/wx/mac/carbon/private/hid.h [deleted file]
include/wx/mac/corefoundation/hid.h [new file with mode: 0644]
include/wx/mac/corefoundation/joystick.h [new file with mode: 0644]
samples/joytest/joytest.cpp
src/mac/carbon/app.cpp
src/mac/carbon/hid.cpp [deleted file]
src/mac/carbon/joystick.cpp
src/mac/corefoundation/hid.cpp [new file with mode: 0644]
src/mac/corefoundation/hidjoystick.cpp [new file with mode: 0644]