michael@0: #!/usr/bin/env mkb michael@0: michael@0: # Quick Project michael@0: michael@0: if {{ option use_prebuilt }} michael@0: { michael@0: subproject "$MARMALADE_ROOT/quick/quick_prebuilt" michael@0: } michael@0: else michael@0: { michael@0: subproject "$MARMALADE_ROOT/quick/quick" michael@0: } michael@0: michael@0: options michael@0: { michael@0: s3e-data-dir = resources michael@0: app-icf = 'resources/common.icf,resources/app.icf' michael@0: } michael@0: michael@0: files michael@0: { michael@0: (resources) michael@0: app.icf michael@0: main.lua michael@0: } michael@0: michael@0: assets michael@0: { michael@0: (resources) michael@0: . michael@0: config.lua michael@0: } michael@0: michael@0: # http://docs.madewithmarmalade.com/native/devtools/mkbfilesettings/deploymentoptions.html michael@0: deployments michael@0: { michael@0: ["Windows"] michael@0: win32 michael@0: arch=x86 michael@0: michael@0: ["Mac OS X"] michael@0: osx michael@0: arch=x86 michael@0: michael@0: # Ensure subsequent options set on "Default" configuration michael@0: ["Default"] michael@0: michael@0: splashscreen="splashdir" # Folder of multiple splashscreens michael@0: splashscreen-use-all=1 # Package all and pick closest fit at runtime michael@0: } michael@0: michael@0: options michael@0: { michael@0: builddir = build_temp michael@0: } michael@0: michael@0: # C:\Marmalade\S3E\deploy\plugins\qnx\bin\blackberry-signer -register -csjpin -storepass michael@0: # michael@0: #### AUTO GENERATED deployment settings from DeployTool.exe. Do not edit below this line #### michael@0: michael@0: deployments michael@0: { michael@0: blackberry-author = "Michael Schloh" michael@0: blackberry-authorid = "gYAAgI1lJZn3qEzu4fLjwMPtQ0E" michael@0: blackberry-cskpass = "Not-Stored-Ignore-This" michael@0: blackberry-keystore = "C:/Users/Michel/AppData/Local/Research In Motion/author.p12" michael@0: blackberry-storepass = "Not-Stored-Ignore-This" michael@0: caption = "Astrokaat" michael@0: copyright = "© 2013 Michael Schloh" michael@0: icon = "resources/images/heroico_114.png" michael@0: name = "Astrokaat" michael@0: provider = "Michael Schloh" michael@0: splashscreen = "resources/splashdir/splashkat_768.png" michael@0: splashscreen-auto-onblack = "1" michael@0: version-major = "0" michael@0: version-minor = "7" michael@0: version-revision = "2" michael@0: wp8-author = "Michael Schloh" michael@0: 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: wp8-exclude-wvga = "0" michael@0: wp8-genre-isgame = "1" michael@0: wp8-publisher-id = "{41a51575-cd71-4031-8a18-b3e323e33c5e}" michael@0: }