Game Development Reference
In-Depth Information
Platform
Notes
webos
Targets the webOS platform, the best known device being the now
discontinued HP TouchPad.
winmobile
Allows for Windows Mobile 6 device support. Note that Marmalade
cannot target Windows Phone 7.
win32
For x86 Windows builds.
osx
For x86 Apple Mac builds (when using the Mac version of Marmalade).
It is not mandatory to specify a platform list in a deployment type. If no list is given,
it is assumed that any platform is a valid target.
Once a deployment type has been specified, any attributes will only apply to that
deployment type. This is particularly useful to us for being able to specify different
sets of resources. By using the assets attribute we can specify the asset group that
we want to be included in the final deployment package. The following example of
the deployments section is taken from the Skiing project for this chapter.
deployments
{
name="SkiingC8"
caption="SkiingC8"
[normal]
assets=normal
[highres]
assets=highres
}
Search WWH ::




Custom Search