summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorJoachim Lingner <jl@openoffice.org>2001-06-27 05:57:32 +0000
committerJoachim Lingner <jl@openoffice.org>2001-06-27 05:57:32 +0000
commit00e3f47aa722fb8469674cd5e71ad0e3ff875da6 (patch)
tree882e9cc7d85a1cf23eb15fd5c8ebafbd0f8ff2d9 /extensions
parent6cbd3b5bbe6e99232eef26935ccedb632609a53d (diff)
*** empty log message ***
Diffstat (limited to 'extensions')
-rw-r--r--extensions/test/ole/cpnt/makefile.mk6
-rw-r--r--extensions/test/ole/cpnt/readme.txt12
2 files changed, 14 insertions, 4 deletions
diff --git a/extensions/test/ole/cpnt/makefile.mk b/extensions/test/ole/cpnt/makefile.mk
index b53519118f71..8e3e6a5835ef 100644
--- a/extensions/test/ole/cpnt/makefile.mk
+++ b/extensions/test/ole/cpnt/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.1.1.1 $
+# $Revision: 1.2 $
#
-# last change: $Author: hr $ $Date: 2000-09-18 16:16:55 $
+# last change: $Author: jl $ $Date: 2001-06-27 06:57:32 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -137,7 +137,7 @@ ALL: ALLDEP
$(BIN)$/oletest.rdb: $(ALLIDLFILES)
- +unoidl -I$(PRJ) -I$(SOLARIDLDIR) -Burd -OH$(BIN) $?
+ +idlc -I$(PRJ) -I$(SOLARIDLDIR) -O$(BIN) $?
+regmerge $@ /UCR $(BIN)$/{$(?:f:s/.idl/.urd/)}
touch $@
diff --git a/extensions/test/ole/cpnt/readme.txt b/extensions/test/ole/cpnt/readme.txt
index 62a12a1ef250..2f9aab8fcadd 100644
--- a/extensions/test/ole/cpnt/readme.txt
+++ b/extensions/test/ole/cpnt/readme.txt
@@ -2,4 +2,14 @@ cpnt.cxx contains a uno component that is uses to test the olebridge
within a JavaScript context.
In particular it has functions using out, in/out and sequence parameter
that have to be specifically treated in JScript because they are represented
-by IDispatch objects. \ No newline at end of file
+by IDispatch objects.
+
+The test is run by JavaScript contained in OleTest.htm and JScriptNewStyle.htm.
+
+
+Prerequisites:
+The oletest.dll ( build in this directory) must reside in the <Office Dir>/program
+directory and it must have been registered with regcomp.exe.
+
+The types in wntmsci/bin/oletest.rdb must be merged with the applicat.rdb. oletest.rdb
+is automatically build in this directory. However the idl file is in test/ole/idl. \ No newline at end of file