diff -r 000000000000 -r 7ff85f7ce3a7 amalog.mkb --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/amalog.mkb Wed Jul 31 19:28:00 2013 +0200 @@ -0,0 +1,80 @@ +#!/usr/bin/env mkb + +# Quick Project + +if {{ option use_prebuilt }} +{ + subproject "$MARMALADE_ROOT/quick/quick_prebuilt" +} +else +{ + subproject "$MARMALADE_ROOT/quick/quick" +} + +options +{ + s3e-data-dir = resources + app-icf = 'resources/common.icf,resources/app.icf' +} + +files +{ + (resources) + app.icf + main.lua +} + +assets +{ + (resources) + . +} + +deployments +{ + ["Windows"] + win32 + arch=x86 + + ["Mac OS X"] + osx + arch=x86 + + # Ensure subsequent options set on "Default" configuration + ["Default"] + + splashscreen="splashdir" # Folder of multiple splashscreens + splashscreen-use-all=1 # Package all and pick closest fit at runtime +} + +options +{ + builddir = build_temp +} + +#### AUTO GENERATED deployment settings from DeployTool.exe. Do not edit below this line #### +deployments +{ + ["Default"] + blackberry-author='Michael Schloh' + blackberry-authorid='gYAAgI1lJZn3qEzu4fLjwMPtQ0E' + blackberry-cskpass='Dingi8899Dojo-' + blackberry-keystore='C:/Users/Michel/AppData/Local/Research In Motion/author.p12' + blackberry-storepass='Dingi8899Dojo-' + caption='Amalog' + copyright='© 2013 Michael Schloh' + icon='resources/images/amaico_114.png' + name='Amalog' + provider='Michael Schloh' + splashscreen='resources/images/splashscreen.png' + splashscreen-auto-onblack=0 + version-major=0 + version-minor=7 + version-revision=1 + wp8-author='Michael Schloh' + wp8-description='Amalog stores call records (QSOs) typically logged by amateur radio enthusiasts.' + wp8-exclude-wvga=0 + wp8-publisher-id='{41a51575-cd71-4031-8a18-b3e323e33c5e}' + ["Mac OS X"] + ["Windows"] +}