astrokaat.mkb

Thu, 22 Aug 2013 19:50:12 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Aug 2013 19:50:12 +0200
changeset 0
bba7a2a225f6
permissions
-rw-r--r--

Flush progress with initial commit, improve application.

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 config.lua
michael@0 32 }
michael@0 33
michael@0 34 # http://docs.madewithmarmalade.com/native/devtools/mkbfilesettings/deploymentoptions.html
michael@0 35 deployments
michael@0 36 {
michael@0 37 ["Windows"]
michael@0 38 win32
michael@0 39 arch=x86
michael@0 40
michael@0 41 ["Mac OS X"]
michael@0 42 osx
michael@0 43 arch=x86
michael@0 44
michael@0 45 # Ensure subsequent options set on "Default" configuration
michael@0 46 ["Default"]
michael@0 47
michael@0 48 splashscreen="splashdir" # Folder of multiple splashscreens
michael@0 49 splashscreen-use-all=1 # Package all and pick closest fit at runtime
michael@0 50 }
michael@0 51
michael@0 52 options
michael@0 53 {
michael@0 54 builddir = build_temp
michael@0 55 }
michael@0 56
michael@0 57 # C:\Marmalade\S3E\deploy\plugins\qnx\bin\blackberry-signer -register -csjpin <pin> -storepass <pwd> <signing-csj-file> <debug-token-csj-file>
michael@0 58 #
michael@0 59 #### AUTO GENERATED deployment settings from DeployTool.exe. Do not edit below this line ####
michael@0 60
michael@0 61 deployments
michael@0 62 {
michael@0 63 blackberry-author = "Michael Schloh"
michael@0 64 blackberry-authorid = "gYAAgI1lJZn3qEzu4fLjwMPtQ0E"
michael@0 65 blackberry-cskpass = "Not-Stored-Ignore-This"
michael@0 66 blackberry-keystore = "C:/Users/Michel/AppData/Local/Research In Motion/author.p12"
michael@0 67 blackberry-storepass = "Not-Stored-Ignore-This"
michael@0 68 caption = "Astrokaat"
michael@0 69 copyright = "© 2013 Michael Schloh"
michael@0 70 icon = "resources/images/heroico_114.png"
michael@0 71 name = "Astrokaat"
michael@0 72 provider = "Michael Schloh"
michael@0 73 splashscreen = "resources/splashdir/splashkat_768.png"
michael@0 74 splashscreen-auto-onblack = "1"
michael@0 75 version-major = "0"
michael@0 76 version-minor = "7"
michael@0 77 version-revision = "2"
michael@0 78 wp8-author = "Michael Schloh"
michael@0 79 wp8-description = "Guide the Astrokaat through space while evading burning comets, asteroids, and other debris. Nourish the Astrokaat with cheese wedges, cat food tins, and delicious fish heads to maintain her health and prolong the game! This engaging and unique retro arcade game blends silly sounds and graphics with sentiments from the 80s to entertain and amuse."
michael@0 80 wp8-exclude-wvga = "0"
michael@0 81 wp8-genre-isgame = "1"
michael@0 82 wp8-publisher-id = "{41a51575-cd71-4031-8a18-b3e323e33c5e}"
michael@0 83 }

mercurial