diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-02-10 15:03:47 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-02-10 15:03:47 +0000 |
commit | 9bf99194afe4ff69d985629c441e1d9304d9b708 (patch) | |
tree | 3bedb59acb78f423943c828297aa84d1360cc924 /scripting | |
parent | 2a288bd27f19818181ac6d14b6050aa5d07d0d59 (diff) |
INTEGRATION: CWS scriptingf3 (1.2.10); FILE MERGED
2004/01/27 16:30:33 toconnor 1.2.10.4: #i23683# - Make Highlight example use DialogProvider service
Issue number:
Submitted by:
Reviewed by:
2004/01/26 12:00:34 toconnor 1.2.10.3: #i23683# - add examples in all languages, add example that uses
DialogProvider service
Issue number:
Submitted by:
Reviewed by:
2004/01/23 20:21:24 toconnor 1.2.10.2: #i23683# - Update Highlight example to use new DialogProvider service
Issue number:
Submitted by:
Reviewed by:
2004/01/22 11:01:23 dfoster 1.2.10.1: #i23683#
Add example scripts in all languages
Diffstat (limited to 'scripting')
-rwxr-xr-x | scripting/examples/makefile.mk | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/scripting/examples/makefile.mk b/scripting/examples/makefile.mk index 75e377690458..c60aa6bef404 100755 --- a/scripting/examples/makefile.mk +++ b/scripting/examples/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: toconnor $ $Date: 2003-08-21 15:48:05 $ +# last change: $Author: rt $ $Date: 2004-02-10 16:03:47 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -81,8 +81,12 @@ ZIP3TARGET=ScriptsJavaScript ZIP3LIST=javascript ZIP4FLAGS=-r -ZIP4TARGET=scriptbindinglib -ZIP4DIR=$(PRJ)$/workben/bindings -ZIP4LIST=*.xlb *.xdl *.xba +ZIP4TARGET=ScriptsPython +ZIP4LIST=python + +ZIP5FLAGS=-r +ZIP5TARGET=scriptbindinglib +ZIP5DIR=$(PRJ)$/workben/bindings +ZIP5LIST=*.xlb *.xdl *.xba .INCLUDE : target.mk |