-
-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathasconfig.lib.json
62 lines (62 loc) · 1.12 KB
/
asconfig.lib.json
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
62
{
"application": "application.xml",
"type": "lib",
"config": "air",
"compilerOptions": {
"debug": true,
"source-path": ["src"],
"include-sources": ["src"],
"library-path": ["libs/", "libs/assets/"],
"include-libraries": ["fonts/bin/"],
"output": "bin/R3Lib.swc",
"swf-version": 26,
"target-player": "26.0",
"locale": ["en_US"],
"define": [
{
"name": "CONFIG::debug",
"value": true
},
{
"name": "CONFIG::release",
"value": false
},
{
"name": "CONFIG::updater",
"value": false
},
{
"name": "CONFIG::timeStamp",
"value": "\"9999-12-31\""
},
{
"name": "R3::HASH_STRING",
"value": "\"hashstring\""
},
{
"name": "R3::BRAND_NAME_LONG",
"value": "\"FlashFlashRevolution\""
},
{
"name": "R3::BRAND_NAME_SHORT",
"value": "\"FFR\""
},
{
"name": "R3::ROOT_URL",
"value": "\"www.flashflashrevolution.com\""
},
{
"name": "R3::VERSION",
"value": "\"9.9.9\""
},
{
"name": "R3::VERSION_PREFIX",
"value": "\"MAIN_LIB\""
},
{
"name": "R3::VERSION_SUFFIX",
"value": "\"\""
}
]
}
}