diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-02-12 11:58:01 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-02-12 11:58:27 +0100 |
commit | 7387cd7edb872da41b0dd0c246f30a9019b83f2e (patch) | |
tree | 77aea27eaca3f0c3c29db7052f2078b185d59dc3 /set_soenv.in | |
parent | 09441fd8ccd61fdd74c4297506ba0301ef432c21 (diff) |
Easy hack: remove obsolete gjc aot compilation
Diffstat (limited to 'set_soenv.in')
-rwxr-xr-x | set_soenv.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/set_soenv.in b/set_soenv.in index 450f9faf0b65..c9142597b1d5 100755 --- a/set_soenv.in +++ b/set_soenv.in @@ -1786,7 +1786,6 @@ if ( '@JDK@' ne '' ) ToFile( "JAVAINTERPRETER", PathFormat("@JAVAINTERPRETER@"), "e" ); ToFile( "JAVAIFLAGS", "@JAVAIFLAGS@", "e" ); ToFile( "JAVACOMPILER", PathFormat("@JAVACOMPILER@"), "e" ); - ToFile( "JAVAAOTCOMPILER", PathFormat("@JAVAAOTCOMPILER@"), "e" ); ToFile( "JAVADOC", PathFormat("@JAVADOC@"), "e" ); } ToFile( "SCPDEFS", '@SCPDEFS@', "e" ); |