diff options
Diffstat (limited to 'scripting/java/makefile.mk')
-rwxr-xr-x | scripting/java/makefile.mk | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/scripting/java/makefile.mk b/scripting/java/makefile.mk index 863c0d8270c1..0f134fc707d9 100755 --- a/scripting/java/makefile.mk +++ b/scripting/java/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: rt $ $Date: 2005-09-09 01:54:41 $ +# last change: $Author: hr $ $Date: 2005-10-25 11:19:12 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -40,5 +40,9 @@ TARGET=scriptruntimeforjava .INCLUDE : ant.mk .IF "$(SOLAR_JAVA)"!="" + +CLASSPATH+=$PATH_SEPERATOR$SOLARVER/$UPD/$INPATH/bin/crimson.jar +.EXPORT : CLASSPATH + ALLTAR : ANTBUILD .ENDIF |