aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/wince/Makefile
AgeCommit message (Collapse)Author
2011-06-01ALL: Removed last traces of the MPEG2 codeMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-03-08WINCE: Add -fno-inline-functions to compiler arguments.Johannes Schickel
WinCE is using -O3 by default, which includes -finline-functions, which in turn breaks SCI. By disabling that opimization we get SCI working fine again.
2010-05-09Rename DISABLE_*SCALERS to USE_*SCALERS, and move the mk/cpp defines to ↵Andre Heider
configure. svn-id: r48977
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-14Remove Igor engineMax Horn
svn-id: r45898
2009-08-09removing support for flac (good riddance) and mpeg2Kostas Nakos
svn-id: r43178
2009-08-04update MakefileKostas Nakos
svn-id: r43037
2009-07-21Add ARM code implementation of Scaler2x, and enable it for the WinCERobin Watts
port. svn-id: r42645
2009-07-15New ARM code blending Smartphone landscale scaler for WinCE port. Seems to workRobin Watts
in my mockup - I don't have a smartphone resolution device to test it. svn-id: r42516
2009-05-16Fix bug #2790461: "WINCE: Compilation broken"Eugene Sandulenko
svn-id: r40624
2009-03-01add support for tinsel engine (off by default for the time being)Kostas Nakos
svn-id: r39061
2009-02-15enable tucker and groovie enginesKostas Nakos
svn-id: r38275
2009-01-04follow new SAGA engine definesKostas Nakos
svn-id: r35729
2008-08-25patch 1984130: Add Tremolo infoKostas Nakos
svn-id: r34138
2008-08-18switching to libTremoloKostas Nakos
svn-id: r33999
2008-08-10add support for drascula engineKostas Nakos
svn-id: r33754
2008-06-29fix some quirks of the newer build systemKostas Nakos
svn-id: r32840
2008-05-06Unified BUILD_PLUGINS and DYNAMIC_MODULES in the makefilesJordi Vilalta Prat
svn-id: r31889
2008-05-06Allow static and dynamic plugins to be used at the same timeJordi Vilalta Prat
svn-id: r31888
2008-02-03Previous commit to enable ARM proc3 stuff for WinCE was broken, as I'dRobin Watts
forgotten to define the enabling symbol in cpp files. Consequently I'd cocked up when copying the call to the ARM code across from my hacked costume.cpp into a fresh one. svn-id: r30766
2008-02-03Introduce ARM code for commonest case of "proc3" costume blitting (asRobin Watts
used for animation in SamNMax). Enabled by the USE_ARM_COSTUME_ASM define. Currently enabled for WinCE only. svn-id: r30750
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
svn-id: r30664
2007-12-16default is not to build plugins yet, until the plugin system is reworkedKostas Nakos
svn-id: r29887
2007-11-14small fixesKostas Nakos
svn-id: r29501
2007-11-05WinCE Makefile: make deploy was copying plugins to the wrong directory.Robin Watts
svn-id: r29426
2007-11-04Dumb typo in earlier commit.Robin Watts
svn-id: r29415
2007-11-04New 'deploy' targets for the WinCE makefile to automatically copyRobin Watts
built files across to a target device attached with ActiveSync. Hopefully will avoid hours of comedy when trying to debug mismatching plugins/exes. svn-id: r29414
2007-11-04Minor tweak to Wince makefile; 'all' target now depends on whether we areRobin Watts
building with plugins or not. These means that weak minded programmers (like me) no longer need to remember to do "make dist-plugins" instead of "make dist". svn-id: r29412
2007-11-03update for the new igor engineKostas Nakos
svn-id: r29388
2007-10-28(mainly) adding plugin supportKostas Nakos
svn-id: r29309
2007-07-10This commit adds a new build define USE_ARM_GFX_ASM (and sets it for the WinCERobin Watts
and DS builds). This causes the scumm engines graphics code to call ARM routines to do drawStripToScreen and copy8col. These routines were originally written for the DS port, and have now been made available to any other ARM device out there that wants them. I've tested this change on WinCE, but can't test it on the DS as I don't have one. We know that the routines work there though. svn-id: r28016
2007-06-24Update the WinCE makefile to use the USE_ARM_SMUSH_ASM define to enableRobin Watts
the ARM version of Codec47 from Smush. svn-id: r27694
2007-06-23Tweaks to WinCE makefile.Robin Watts
The choice of which libraries to use (zlib, tremorce, mad, mpeg2 etc) is now made by a single define per library towards the top of the makefile. Given that developers tend to have different options selected on their local builds, hopefully this will minimise the changes on aubsequent svn updates. svn-id: r27676
2007-06-16Patch #1721826: ARM asm versions of sound rate conversion/mixing codeMax Horn
svn-id: r27467
2007-06-10re-add flac support which I had totally forgotten about. Builders must ↵Kostas Nakos
update to the newest libpack. Also enable parallaction by default svn-id: r27289
2007-05-27use better optimization flagsKostas Nakos
svn-id: r26980
2007-04-28update for cruise engine, fix a little oops LordHoto pointed outKostas Nakos
svn-id: r26661
2007-04-21not used in a long timeKostas Nakos
svn-id: r26555
2007-04-09applied patch 1696852: ARM 4/1 scaler by Robin WattsKostas Nakos
svn-id: r26442
2007-02-03set svn:ignore, sync makefileKostas Nakos
svn-id: r25350
2006-10-08Initial commit of the wince-gcc re-portKostas Nakos
svn-id: r24212