forked from IBM/dbb-zappbuild
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREXX.properties
67 lines (52 loc) · 1.76 KB
/
REXX.properties
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
# Application properties used by zAppBuild/language/REXX.groovy
#
# default REXX program build rank - used to sort language build file list
# leave empty - overridden by file properties if sorting needed
rexx_fileBuildRank=
#
# REXX dependencySearch configuration
# searchPath defined in application.properties
rexx_dependencySearch=${rexxCopySearch}
#
# default REXX maximum RCs allowed
# can be overridden by file properties
rexx_compileMaxRC=4
rexx_linkEditMaxRC=4
#
# lists of properties which should cause a rebuild after being changed
rexx_impactPropertyList=rexx_compileParms
#
# default REXX compiler parameters
# can be overridden by file properties
rexx_compileParms=OBJECT PRINT XREF CEXEC
#
# default LinkEdit parameters
# can be overridden by file properties
rexx_linkEditParms=MAP,RENT,COMPAT(PM5)
# If you would like to have a physical link card, we generated it for you given the below pattern
# This property has priority over REXX_linkDebugExit
# REXX_linkEditStream= INCLUDE OBJECT(@{member})
rexx_linkEditStream=
# If using a debug exit, provide the SYSLIN instream DD
# Samp: REXX_linkDebugExit= INCLUDE OBJECT(@{member}) \n INCLUDE SYSLIB(EQAD3CXT)
rexx_linkDebugExit= INCLUDE OBJECT(@{member}) \n INCLUDE SYSLIB(EQAD3CXT)
#
# execute link edit step
# can be overridden by file properties
rexx_linkEdit=true
#
# default deployType
rexx_deployType=CLIST
#
# default deployType CEXEC
rexx_cexec_deployType=CEXEC
#
# scan link edit load module for link dependencies
# can be overridden by file properties
rexx_scanLoadModule=true
#
# additional libraries for compile SYSLIB concatenation, comma-separated
rexx_compileSyslibConcatenation=
#
# additional libraries for linkEdit SYSLIB concatenation, comma-separated
rexx_linkEditSyslibConcatenation=