aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/iphone/module.mk
AgeCommit message (Collapse)Author
2012-02-19IPHONE: Remove dead code.Johannes Schickel
2010-07-29BUILD: Unify how MODULE_DIRS is computed for backendsMax Horn
This should help avoid situations where MODULE_DIRS is not set to a complete list of build dirs (which causes troubles with the automatic header dependency detection logic). On the long run, we should replace the relevant code by a macro or also use rules.mk for this (with yet another if/else case add to it). svn-id: r51467
2009-07-14Split the iPhone OSystem class up into several filesOystein Eftevaag
svn-id: r42479
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
svn-id: r30664
2007-12-05ARM ASM blitting routines from Robin_WattsOystein Eftevaag
svn-id: r29717
2007-11-18Implemented soft keyboard support, and added a workarond for engines that ↵Oystein Eftevaag
can't handle mouse-down and mouse-up events coming in two subsequent calls to pollEvent() svn-id: r29557
2007-11-13Initial commit of the iPhone/iPod Touch backendOystein Eftevaag
svn-id: r29488