-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathwrong_prototype.mkb
More file actions
61 lines (50 loc) · 826 Bytes
/
wrong_prototype.mkb
File metadata and controls
61 lines (50 loc) · 826 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
#!/usr/bin/env mkb
# Quick Project
if {{ option use_prebuilt }}
{
subproject "$MARMALADE_ROOT/quick/quick_prebuilt"
}
else
{
subproject "$MARMALADE_ROOT/quick/quick"
}
options
{
s3e-data-dir = resources
app-icf = 'resources/common.icf,resources/app.icf'
}
files
{
(resources)
app.icf
main.lua
}
assets
{
(resources)
.
}
deployments
{
["Windows"]
win32
arch=x86
["Mac OS X"]
osx
arch=x86
# Ensure subsequent options set on "Default" configuration
["Default"]
}
options
{
builddir = build_temp
}
#### AUTO GENERATED deployment settings from DeployTool.exe. Do not edit below this line ####
deployments
{
name = "Wrong (Prototype)"
splashscreen-auto-onblack = "1"
version-major = "0"
version-minor = "0"
version-revision = "1"
}