aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/webos/webos.mk
AgeCommit message (Collapse)Author
2019-07-08BUILD: Package networking and virtual keyboard files on all platformsCameron Cawley
2019-03-09JANITORIAL: Update all scummvm.org URLS to use httpsCameron Cawley
2011-09-25WebOS: Reset package version to 0.TomFrost
The package version must be incremented for each new WebOS release, due to the device needing a new version to install. Whenever the ScummVM version is raised, this can be reset to 0. Changing to 0 in anticipation of ScummVM 1.4.0.
2011-09-24WebOS: Enable scalers and Darwin compatibility.TomFrost
On Mac OS X (Darwin), there are minor differences in the 'sed' and 'install' tools that require slightly different usage. This distinction has been made in webos.mk, made possible by an additional flag in ./configure.
2011-05-08WEBOS: Splitted install directory from package directory.Klaus Reimer
2011-05-01WEBOS: Rewritten webos packaging again. No fancy settings needed anymore. ↵Klaus Reimer
Just "make package".
2011-04-25WEBOS: Improved build system. Now supports "release" and "beta" packaging, ↵Klaus Reimer
supports a custom base package ID and automatically determines the app version by merging the ScummVM version and a specified package version.
2011-04-12WEBOS: Use STRIP variable to strip the binaryKlaus Reimer
2011-04-12WEBOS: Disable vkeybd, fix more directory references with wrong package nameKlaus Reimer
The vkeybd XML can't be read for some reason.
2011-04-12WEBOS: Correct package directory nameKlaus Reimer
2011-04-12WEBOS: Strip binary before packaging itKlaus Reimer
2011-04-12WEBOS: Add webos backendKlaus Reimer
IPK can be built with "make webosrelease".