|
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 } |
|
32 |
|
33 deployments |
|
34 { |
|
35 ["Windows"] |
|
36 win32 |
|
37 arch=x86 |
|
38 |
|
39 ["Mac OS X"] |
|
40 osx |
|
41 arch=x86 |
|
42 |
|
43 # Ensure subsequent options set on "Default" configuration |
|
44 ["Default"] |
|
45 |
|
46 splashscreen="splashdir" # Folder of multiple splashscreens |
|
47 splashscreen-use-all=1 # Package all and pick closest fit at runtime |
|
48 } |
|
49 |
|
50 options |
|
51 { |
|
52 builddir = build_temp |
|
53 } |
|
54 |
|
55 #### AUTO GENERATED deployment settings from DeployTool.exe. Do not edit below this line #### |
|
56 deployments |
|
57 { |
|
58 ["Default"] |
|
59 blackberry-author='Michael Schloh' |
|
60 blackberry-authorid='gYAAgI1lJZn3qEzu4fLjwMPtQ0E' |
|
61 blackberry-cskpass='Dingi8899Dojo-' |
|
62 blackberry-keystore='C:/Users/Michel/AppData/Local/Research In Motion/author.p12' |
|
63 blackberry-storepass='Dingi8899Dojo-' |
|
64 caption='Amalog' |
|
65 copyright='© 2013 Michael Schloh' |
|
66 icon='resources/images/amaico_114.png' |
|
67 name='Amalog' |
|
68 provider='Michael Schloh' |
|
69 splashscreen='resources/images/splashscreen.png' |
|
70 splashscreen-auto-onblack=0 |
|
71 version-major=0 |
|
72 version-minor=7 |
|
73 version-revision=1 |
|
74 wp8-author='Michael Schloh' |
|
75 wp8-description='Amalog stores call records (QSOs) typically logged by amateur radio enthusiasts.' |
|
76 wp8-exclude-wvga=0 |
|
77 wp8-publisher-id='{41a51575-cd71-4031-8a18-b3e323e33c5e}' |
|
78 ["Mac OS X"] |
|
79 ["Windows"] |
|
80 } |