amalog.mkb

Wed, 31 Jul 2013 19:28:00 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Jul 2013 19:28:00 +0200
changeset 0
7ff85f7ce3a7
permissions
-rw-r--r--

Flush prograss with initial commit.

michael@0 1 #!/usr/bin/env mkb
michael@0 2
michael@0 3 # Quick Project
michael@0 4
michael@0 5 if {{ option use_prebuilt }}
michael@0 6 {
michael@0 7 subproject "$MARMALADE_ROOT/quick/quick_prebuilt"
michael@0 8 }
michael@0 9 else
michael@0 10 {
michael@0 11 subproject "$MARMALADE_ROOT/quick/quick"
michael@0 12 }
michael@0 13
michael@0 14 options
michael@0 15 {
michael@0 16 s3e-data-dir = resources
michael@0 17 app-icf = 'resources/common.icf,resources/app.icf'
michael@0 18 }
michael@0 19
michael@0 20 files
michael@0 21 {
michael@0 22 (resources)
michael@0 23 app.icf
michael@0 24 main.lua
michael@0 25 }
michael@0 26
michael@0 27 assets
michael@0 28 {
michael@0 29 (resources)
michael@0 30 .
michael@0 31 }
michael@0 32
michael@0 33 deployments
michael@0 34 {
michael@0 35 ["Windows"]
michael@0 36 win32
michael@0 37 arch=x86
michael@0 38
michael@0 39 ["Mac OS X"]
michael@0 40 osx
michael@0 41 arch=x86
michael@0 42
michael@0 43 # Ensure subsequent options set on "Default" configuration
michael@0 44 ["Default"]
michael@0 45
michael@0 46 splashscreen="splashdir" # Folder of multiple splashscreens
michael@0 47 splashscreen-use-all=1 # Package all and pick closest fit at runtime
michael@0 48 }
michael@0 49
michael@0 50 options
michael@0 51 {
michael@0 52 builddir = build_temp
michael@0 53 }
michael@0 54
michael@0 55 #### AUTO GENERATED deployment settings from DeployTool.exe. Do not edit below this line ####
michael@0 56 deployments
michael@0 57 {
michael@0 58 ["Default"]
michael@0 59 blackberry-author='Michael Schloh'
michael@0 60 blackberry-authorid='gYAAgI1lJZn3qEzu4fLjwMPtQ0E'
michael@0 61 blackberry-cskpass='Dingi8899Dojo-'
michael@0 62 blackberry-keystore='C:/Users/Michel/AppData/Local/Research In Motion/author.p12'
michael@0 63 blackberry-storepass='Dingi8899Dojo-'
michael@0 64 caption='Amalog'
michael@0 65 copyright='© 2013 Michael Schloh'
michael@0 66 icon='resources/images/amaico_114.png'
michael@0 67 name='Amalog'
michael@0 68 provider='Michael Schloh'
michael@0 69 splashscreen='resources/images/splashscreen.png'
michael@0 70 splashscreen-auto-onblack=0
michael@0 71 version-major=0
michael@0 72 version-minor=7
michael@0 73 version-revision=1
michael@0 74 wp8-author='Michael Schloh'
michael@0 75 wp8-description='Amalog stores call records (QSOs) typically logged by amateur radio enthusiasts.'
michael@0 76 wp8-exclude-wvga=0
michael@0 77 wp8-publisher-id='{41a51575-cd71-4031-8a18-b3e323e33c5e}'
michael@0 78 ["Mac OS X"]
michael@0 79 ["Windows"]
michael@0 80 }

mercurial