diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-03-15 08:06:42 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-03-15 08:06:42 +0000 |
commit | 78d2c572802264757a4f531d3ee35d4c6255dd03 (patch) | |
tree | f43671f1795eaba45e80fc0663f4184486901f24 /scripting | |
parent | 7f80732075a46253f5ce9891f27cc89798b5b431 (diff) |
INTEGRATION: CWS gcj3 (1.9.4); FILE MERGED
2005/03/08 16:10:55 cmc 1.9.4.1: #i44359# more of scripting now compilable with gcj
Diffstat (limited to 'scripting')
-rwxr-xr-x | scripting/examples/makefile.mk | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/scripting/examples/makefile.mk b/scripting/examples/makefile.mk index 3f1eaecf6079..21b6a9ff40c3 100755 --- a/scripting/examples/makefile.mk +++ b/scripting/examples/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.9 $ +# $Revision: 1.10 $ # -# last change: $Author: hr $ $Date: 2005-02-11 16:32:05 $ +# last change: $Author: obo $ $Date: 2005-03-15 09:06:42 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -67,13 +67,11 @@ no_common_build_zip=true .INCLUDE : settings.mk .IF "$(SOLAR_JAVA)"!="" -.IF "$(JDK)"!="gcj" ZIP1FLAGS=-r ZIP1TARGET=ScriptsJava ZIP1DIR=$(OUT)$/class$/examples ZIP1LIST=java .ENDIF -.ENDIF ZIP2FLAGS=-r ZIP2TARGET=ScriptsBeanShell |