diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-01-25 14:08:56 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-01-25 14:08:56 +0000 |
commit | 960cd8ac54cb2f8ea3c6e5c505eddb83a3f047a9 (patch) | |
tree | 6214d36b7bbe30fd9db737662cd972bbe73a5d0b /scripting/examples | |
parent | 1494706310e70deb176ea1305227c3e1e519fb51 (diff) |
INTEGRATION: CWS gcj1 (1.5.42); FILE MERGED
2005/01/06 20:24:30 cmc 1.5.42.2: RESYNC: (1.5-1.6); FILE MERGED
2004/12/08 08:07:30 cmc 1.5.42.1: #i38188# minor tweak for gcj
Diffstat (limited to 'scripting/examples')
-rwxr-xr-x | scripting/examples/makefile.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/scripting/examples/makefile.mk b/scripting/examples/makefile.mk index e408746db2e4..abf15a8d9d13 100755 --- a/scripting/examples/makefile.mk +++ b/scripting/examples/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: vg $ $Date: 2004-12-23 11:44:35 $ +# last change: $Author: obo $ $Date: 2005-01-25 15:08:56 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -67,11 +67,13 @@ 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 |