1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/astrokaat.mkb Thu Aug 22 19:50:12 2013 +0200 1.3 @@ -0,0 +1,83 @@ 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 + config.lua 1.35 +} 1.36 + 1.37 +# http://docs.madewithmarmalade.com/native/devtools/mkbfilesettings/deploymentoptions.html 1.38 +deployments 1.39 +{ 1.40 + ["Windows"] 1.41 + win32 1.42 + arch=x86 1.43 + 1.44 + ["Mac OS X"] 1.45 + osx 1.46 + arch=x86 1.47 + 1.48 + # Ensure subsequent options set on "Default" configuration 1.49 + ["Default"] 1.50 + 1.51 + splashscreen="splashdir" # Folder of multiple splashscreens 1.52 + splashscreen-use-all=1 # Package all and pick closest fit at runtime 1.53 +} 1.54 + 1.55 +options 1.56 +{ 1.57 + builddir = build_temp 1.58 +} 1.59 + 1.60 +# C:\Marmalade\S3E\deploy\plugins\qnx\bin\blackberry-signer -register -csjpin <pin> -storepass <pwd> <signing-csj-file> <debug-token-csj-file> 1.61 +# 1.62 +#### AUTO GENERATED deployment settings from DeployTool.exe. Do not edit below this line #### 1.63 + 1.64 +deployments 1.65 +{ 1.66 + blackberry-author = "Michael Schloh" 1.67 + blackberry-authorid = "gYAAgI1lJZn3qEzu4fLjwMPtQ0E" 1.68 + blackberry-cskpass = "Not-Stored-Ignore-This" 1.69 + blackberry-keystore = "C:/Users/Michel/AppData/Local/Research In Motion/author.p12" 1.70 + blackberry-storepass = "Not-Stored-Ignore-This" 1.71 + caption = "Astrokaat" 1.72 + copyright = "© 2013 Michael Schloh" 1.73 + icon = "resources/images/heroico_114.png" 1.74 + name = "Astrokaat" 1.75 + provider = "Michael Schloh" 1.76 + splashscreen = "resources/splashdir/splashkat_768.png" 1.77 + splashscreen-auto-onblack = "1" 1.78 + version-major = "0" 1.79 + version-minor = "7" 1.80 + version-revision = "2" 1.81 + wp8-author = "Michael Schloh" 1.82 + 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." 1.83 + wp8-exclude-wvga = "0" 1.84 + wp8-genre-isgame = "1" 1.85 + wp8-publisher-id = "{41a51575-cd71-4031-8a18-b3e323e33c5e}" 1.86 +}