Skip to content

Commit fc83d7c

Browse files
Merge pull request livecode#2820 from livecodeali/feature-json_library
[[ Extensions ]] Add JSON library
2 parents d3b8d0f + f3db2ae commit fc83d7c

File tree

3 files changed

+582
-12
lines changed

3 files changed

+582
-12
lines changed

extensions/extensions.gyp

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,25 @@
33
[
44
'../common.gypi',
55
],
6-
6+
77
'targets':
88
[
99
{
1010
'target_name': 'extensions',
1111
'type': 'none',
12-
12+
1313
'dependencies':
1414
[
1515
'../toolchain/lc-compile/lc-compile.gyp:lc-compile',
1616
'../engine/lcb-modules.gyp:engine_lcb_modules',
1717
],
18-
18+
1919
'sources':
2020
[
2121
'libraries/canvas/canvas.lcb',
2222
'libraries/iconsvg/iconsvg.lcb',
23-
23+
'libraries/json/json.lcb',
24+
2425
'widgets/button/button.lcb',
2526
#'widgets/button-popup/button-popup.lcb',
2627
#’widgets/chart/chart.lcb',
@@ -45,7 +46,7 @@
4546
'widgets/colorswatch/colorswatch.lcb',
4647
'widgets/gradientrampeditor/gradientrampeditor.lcb',
4748
],
48-
49+
4950
'all_dependent_settings':
5051
{
5152
'variables':
@@ -57,25 +58,25 @@
5758
],
5859
},
5960
},
60-
61+
6162
'actions':
6263
[
6364
{
6465
'action_name': 'build_extensions',
65-
66-
'inputs':
66+
67+
'inputs':
6768
[
6869
'../util/build-extensions.sh',
6970
'<@(_sources)',
7071
],
71-
72+
7273
'outputs':
7374
[
7475
'<(PRODUCT_DIR)/packaged_extensions',
7576
],
76-
77+
7778
'message': 'Building extensions',
78-
79+
7980
'conditions':
8081
[
8182
[
@@ -94,7 +95,7 @@
9495
},
9596
],
9697
],
97-
98+
9899
'action':
99100
[
100101
'<@(build_command)',

0 commit comments

Comments
 (0)