aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/wince/Makefile
AgeCommit message (Collapse)Author
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