astrokaat.mkb

changeset 0
bba7a2a225f6
equal deleted inserted replaced
-1:000000000000 0:0e8eed3ae1ec
1 #!/usr/bin/env mkb
2
3 # Quick Project
4
5 if {{ option use_prebuilt }}
6 {
7 subproject "$MARMALADE_ROOT/quick/quick_prebuilt"
8 }
9 else
10 {
11 subproject "$MARMALADE_ROOT/quick/quick"
12 }
13
14 options
15 {
16 s3e-data-dir = resources
17 app-icf = 'resources/common.icf,resources/app.icf'
18 }
19
20 files
21 {
22 (resources)
23 app.icf
24 main.lua
25 }
26
27 assets
28 {
29 (resources)
30 .
31 config.lua
32 }
33
34 # http://docs.madewithmarmalade.com/native/devtools/mkbfilesettings/deploymentoptions.html
35 deployments
36 {
37 ["Windows"]
38 win32
39 arch=x86
40
41 ["Mac OS X"]
42 osx
43 arch=x86
44
45 # Ensure subsequent options set on "Default" configuration
46 ["Default"]
47
48 splashscreen="splashdir" # Folder of multiple splashscreens
49 splashscreen-use-all=1 # Package all and pick closest fit at runtime
50 }
51
52 options
53 {
54 builddir = build_temp
55 }
56
57 # C:\Marmalade\S3E\deploy\plugins\qnx\bin\blackberry-signer -register -csjpin <pin> -storepass <pwd> <signing-csj-file> <debug-token-csj-file>
58 #
59 #### AUTO GENERATED deployment settings from DeployTool.exe. Do not edit below this line ####
60
61 deployments
62 {
63 blackberry-author = "Michael Schloh"
64 blackberry-authorid = "gYAAgI1lJZn3qEzu4fLjwMPtQ0E"
65 blackberry-cskpass = "Not-Stored-Ignore-This"
66 blackberry-keystore = "C:/Users/Michel/AppData/Local/Research In Motion/author.p12"
67 blackberry-storepass = "Not-Stored-Ignore-This"
68 caption = "Astrokaat"
69 copyright = "© 2013 Michael Schloh"
70 icon = "resources/images/heroico_114.png"
71 name = "Astrokaat"
72 provider = "Michael Schloh"
73 splashscreen = "resources/splashdir/splashkat_768.png"
74 splashscreen-auto-onblack = "1"
75 version-major = "0"
76 version-minor = "7"
77 version-revision = "2"
78 wp8-author = "Michael Schloh"
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."
80 wp8-exclude-wvga = "0"
81 wp8-genre-isgame = "1"
82 wp8-publisher-id = "{41a51575-cd71-4031-8a18-b3e323e33c5e}"
83 }

mercurial