Searched refs:COMPILER (Results 1 - 14 of 14) sorted by relevance

/ec/ECSpooler/backends/erlang/
H A Derlc3 COMPILER=/opt/erlang/bin/erlc
5 $COMPILER "$@
H A Derlc.sh3 COMPILER=/opt/erlang/bin/erlc
5 $COMPILER "$@
H A Dconfig.py9 #COMPILER = join(abspath(dirname(__file__)), 'erlc')
10 COMPILER = join(abspath(dirname(__file__)), 'erlc.sh') variable
H A DErlang.py99 compiler = config.COMPILER,
110 compiler = config.COMPILER,
/ec/ECSpooler/backends/junit/
H A Djavac6 COMPILER=${JAVA_BIN}/javac
13 ${COMPILER} -encoding utf-8 "$@"
H A Djavac.sh5 COMPILER=${JAVA_BIN}/javac
12 ${COMPILER} -encoding utf-8 "$@"
/ec/ECSpooler/backends/prolog/
H A Dconfig.py12 COMPILER = INTERPRETER variable
H A DProlog.py124 compiler = config.COMPILER,
135 compiler = config.COMPILER,
146 compiler = config.COMPILER,
/ec/ECSpooler/backends/java/
H A Dconfig.py9 #COMPILER = join(abspath(dirname(__file__)), 'javac')
10 COMPILER = join(abspath(dirname(__file__)), 'javac.sh') variable
H A Djavac.sh6 COMPILER=${JAVA_BIN}/javac
13 ${COMPILER} -encoding utf-8 "$@
H A DJava.py134 compiler = config.COMPILER,
145 # compiler = config.COMPILER,
/ec/ECSpooler/backends/javare/
H A Dconfig.py9 #COMPILER = join(abspath(dirname(__file__)), 'javac')
10 COMPILER = join(abspath(dirname(__file__)), 'javac.sh') variable
H A Djavac.sh6 COMPILER=${JAVA_BIN}/javac
13 ${COMPILER} -encoding utf-8 "$@
H A DJavaRE.py93 compiler = config.COMPILER,

Completed in 45 milliseconds