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
This commit is contained in:
parent
2a288bd27f
commit
9bf99194af
1 changed files with 9 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue