[Scummvm-devel] configure target for wince port

Kostas Nakos knakos at phys.uoa.gr
Tue Aug 4 15:23:45 CEST 2009


Hello all,

I just committed a patch integrating the windows ce port in the 
configure script.

One noteworthy point is that the selection of arm assembly/port specific 
routines is done in ports.mk (take a look at the discussion here: 
https://sourceforge.net/tracker/index.php?func=detail&aid=2828646&group_id=37116&atid=418822 
).

So, basically to use these routines, we have a selection block like thus:

ifdef USE_ARM_SMUSH_ASM
DEFINES += -DUSE_ARM_SMUSH_ASM
endif

Ports can use these in ports.mk to gain build access to these codepaths, 
in a uniform fashion.

Best,
Kostas




More information about the Scummvm-devel mailing list