diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-04-15 07:31:05 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-04-15 07:31:05 +0000 |
commit | 69ebcebd39b24e9373204bd613f938b63df401e9 (patch) | |
tree | 7be549b82cda300b0c8d11c68d313cfc8942b7ac /scripting | |
parent | 0201dddf447a2970deef7997e14a4440b876219c (diff) |
#i10000# use correct path separator
Diffstat (limited to 'scripting')
-rwxr-xr-x | scripting/examples/makefile.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scripting/examples/makefile.mk b/scripting/examples/makefile.mk index b46b26c2d2be..695febcdeec4 100755 --- a/scripting/examples/makefile.mk +++ b/scripting/examples/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: hr $ $Date: 2004-03-09 12:06:44 $ +# last change: $Author: rt $ $Date: 2004-04-15 08:31:05 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -70,7 +70,7 @@ no_common_build_zip=true .IF "$(SOLAR_JAVA)"!="" ZIP1FLAGS=-r ZIP1TARGET=ScriptsJava -ZIP1DIR=$(OUT)$/class/examples +ZIP1DIR=$(OUT)$/class$/examples ZIP1LIST=java .ENDIF @@ -88,7 +88,7 @@ ZIP4LIST=python ZIP5FLAGS=-r ZIP5TARGET=scriptbindinglib -ZIP5DIR=$(PRJ)$/workben/bindings +ZIP5DIR=$(PRJ)$/workben$/bindings ZIP5LIST=*.xlb *.xdl *.xba .INCLUDE : target.mk |