FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
livecode/config/java.gypi at develop · livecode/livecode · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
This repository was archived by the owner on Aug 31, 2021. It is now read-only.
livecode
/
livecode
Public archive
Notifications
You must be signed in to change notification settings
Fork
223
Star
517
Code
Pull requests
189
Actions
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
livecode
/
config
/
java.gypi
Copy path
More file actions
More file actions
Latest commit
History
History
History
78 lines (65 loc) · 1.72 KB
Breadcrumbs
livecode
/
config
/
java.gypi
Copy path
File metadata and controls
78 lines (65 loc) · 1.72 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
'variables'
:
{
'javac_wrapper_path'
:
'../tools/javac_wrapper.sh'
,
},
'rules'
:
[
{
'rule_name'
:
'aidl_interface_gen'
,
'extension'
:
'aidl'
,
'message'
:
' AIDL <(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ROOT).java'
,
'process_outputs_as_sources'
:
1
,
'inputs'
:
[
'<(aidl_framework_path)'
,
],
'outputs'
:
[
'<(INTERMEDIATE_DIR)/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ROOT).java'
,
],
'action'
:
[
'<(aidl_path)'
,
'-Isrc/java'
,
'-p'
'<@(_inputs)'
,
'-o'
'<(INTERMEDIATE_DIR)/src/java'
,
'<(RULE_INPUT_PATH)'
,
],
},
{
'rule_name'
:
'javac'
,
'extension'
:
'java'
,
'message'
:
' JAVAC <(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ROOT).class'
,
'variables'
:
{
'java_classpath_param'
:
">!(['<(pathify_path)', '<(java_classpath)', '>@(java_extra_classpath)', '<(PRODUCT_DIR)/>(java_classes_dir_name)'])"
,
'java_extra_classpath%'
:
'>(java_extra_classpath)'
,
'variables'
:
{
'java_extra_classpath%'
:
''
,
'pathify_path'
:
'../tools/pathify.sh'
,
},
'java_source_path'
:
'../engine/src/java'
,
},
'outputs'
:
[
# Java writes the output file based on the class name.
# Use some Make nastiness to correct the output name
'<(PRODUCT_DIR)/>(java_classes_dir_name)/$(subst
\t
../livecode/engine/,,$(subst
\t
<(INTERMEDIATE_DIR)/,,$(subst
\t
src/java/,,<(RULE_INPUT_DIRNAME))))/<(RULE_INPUT_ROOT).class'
,
],
'action'
:
[
'<(javac_wrapper_path)'
,
'<(javac_path)'
,
'1.7'
,
'-d'
,
'<(PRODUCT_DIR)/>(java_classes_dir_name)'
,
'-implicit:none'
,
'-classpath'
,
'>(java_classpath_param)'
,
'-sourcepath'
,
'<(java_source_path):<(INTERMEDIATE_DIR)/src/java'
,
'-encoding utf8'
,
'<(RULE_INPUT_PATH)'
,
],
},
],
}
Back
|
FazBrowse Home
|
New Git URL