aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/wince/module.mk
AgeCommit message (Collapse)Author
2011-05-18WINCE: Enable building of plugins with normal configure/makeCeRiAl
Enables building of plugin .dlls without a custom Makefile. Also removes generation of scummvm.exe.map from configure script.
2010-11-28WINCE: Fix main(), update config file handling, update module.mkMax Horn
The WinCE backend will require many more changes to work again after the changes made to SDL backend. This is just a tiny first step towards this goal. svn-id: r54525
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
2010-07-29BUILD: Fix MODULE_DIRS for WinCE portMax Horn
svn-id: r51466
2009-11-18Modify WinCE, LinuxMoto and GP2xWiz backends to use ↵Max Horn
graphics/scaler/downscaler* code (untested as of now) svn-id: r45975
2009-11-10WINCE: List each object in MODULE_OBJS on its own line, for readabilityMax Horn
svn-id: r45798
2009-08-04commit slightly modified patch #2828646: WINCE: Integrate Windows CE with ↵Kostas Nakos
the master build system svn-id: r43041