amalog.mkb

changeset 0
7ff85f7ce3a7
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/amalog.mkb	Wed Jul 31 19:28:00 2013 +0200
     1.3 @@ -0,0 +1,80 @@
     1.4 +#!/usr/bin/env mkb
     1.5 +
     1.6 +# Quick Project
     1.7 +
     1.8 +if {{ option use_prebuilt }}
     1.9 +{
    1.10 +    subproject "$MARMALADE_ROOT/quick/quick_prebuilt"
    1.11 +}
    1.12 +else
    1.13 +{
    1.14 +    subproject "$MARMALADE_ROOT/quick/quick"
    1.15 +}
    1.16 +
    1.17 +options
    1.18 +{
    1.19 +    s3e-data-dir = resources
    1.20 +    app-icf = 'resources/common.icf,resources/app.icf'
    1.21 +}
    1.22 +
    1.23 +files
    1.24 +{
    1.25 +    (resources)
    1.26 +    app.icf
    1.27 +    main.lua
    1.28 +}
    1.29 +
    1.30 +assets
    1.31 +{
    1.32 +    (resources)
    1.33 +	.
    1.34 +}
    1.35 +
    1.36 +deployments
    1.37 +{
    1.38 +    ["Windows"]
    1.39 +    win32
    1.40 +    arch=x86
    1.41 +
    1.42 +    ["Mac OS X"]
    1.43 +    osx
    1.44 +    arch=x86
    1.45 +
    1.46 +    # Ensure subsequent options set on "Default" configuration
    1.47 +    ["Default"]
    1.48 +
    1.49 +    splashscreen="splashdir"  # Folder of multiple splashscreens
    1.50 +    splashscreen-use-all=1    # Package all and pick closest fit at runtime
    1.51 +}
    1.52 +
    1.53 +options
    1.54 +{
    1.55 +    builddir = build_temp
    1.56 +}
    1.57 +
    1.58 +#### AUTO GENERATED deployment settings from DeployTool.exe. Do not edit below this line ####
    1.59 +deployments
    1.60 +{
    1.61 +	["Default"]
    1.62 +	blackberry-author='Michael Schloh'
    1.63 +	blackberry-authorid='gYAAgI1lJZn3qEzu4fLjwMPtQ0E'
    1.64 +	blackberry-cskpass='Dingi8899Dojo-'
    1.65 +	blackberry-keystore='C:/Users/Michel/AppData/Local/Research In Motion/author.p12'
    1.66 +	blackberry-storepass='Dingi8899Dojo-'
    1.67 +	caption='Amalog'
    1.68 +	copyright='© 2013 Michael Schloh'
    1.69 +	icon='resources/images/amaico_114.png'
    1.70 +	name='Amalog'
    1.71 +	provider='Michael Schloh'
    1.72 +	splashscreen='resources/images/splashscreen.png'
    1.73 +	splashscreen-auto-onblack=0
    1.74 +	version-major=0
    1.75 +	version-minor=7
    1.76 +	version-revision=1
    1.77 +	wp8-author='Michael Schloh'
    1.78 +	wp8-description='Amalog stores call records (QSOs) typically logged by amateur radio enthusiasts.'
    1.79 +	wp8-exclude-wvga=0
    1.80 +	wp8-publisher-id='{41a51575-cd71-4031-8a18-b3e323e33c5e}'
    1.81 +	["Mac OS X"]
    1.82 +	["Windows"]
    1.83 +}

mercurial