diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-04-23 15:15:27 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-04-23 15:15:27 +0000 |
commit | 025dd432b3f17e5b1ce1ee189bd447238ab8ea00 (patch) | |
tree | 23f34621763f187de1d60dcca8c26d7056955d7c /stoc | |
parent | 0a1e2b537584981cc8bf8463e5fd61a5742cbe57 (diff) |
INTEGRATION: CWS uno2 (1.3.42); FILE MERGED
2003/04/08 13:56:34 dbo 1.3.42.2: #107991# UNO shared library component renaming
2003/04/08 10:46:56 jl 1.3.42.1: #i12929#
Diffstat (limited to 'stoc')
-rw-r--r-- | stoc/test/javavm/makefile.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/stoc/test/javavm/makefile.mk b/stoc/test/javavm/makefile.mk index f78f7a374fcb..56d51ba37ce5 100644 --- a/stoc/test/javavm/makefile.mk +++ b/stoc/test/javavm/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: jl $ $Date: 2002-07-05 09:48:02 $ +# last change: $Author: rt $ $Date: 2003-04-23 16:15:27 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -68,8 +68,8 @@ LIBTARGET= NO ENABLE_EXCEPTIONS=TRUE NO_BSYMBOLIC= TRUE -UNOUCRDEP= $(SOLARBINDIR)$/applicat.rdb -UNOUCRRDB= $(SOLARBINDIR)$/applicat.rdb +UNOUCRDEP= $(SOLARBINDIR)$/udkapi.rdb +UNOUCRRDB= $(SOLARBINDIR)$/udkapi.rdb #UNOUCROUT= $(OUT)$/inc$/test UNOUCROUT= $(OUT)$/inc$ #INCPRE+= $(OUT)$/inc$/test |