diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2000-11-13 14:58:48 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2000-11-13 14:58:48 +0000 |
commit | c9db288e3b394ba994c7b4e2cdcf120f98ad206f (patch) | |
tree | 8c4a14b1b1e54d07f69acb09b66b18c0932d3566 /remotebridges | |
parent | ba619880d8942f1d98dabc70ebca3a865e068be7 (diff) |
#65293#: applicat.rdb -> udkapi.rdb
Diffstat (limited to 'remotebridges')
-rw-r--r-- | remotebridges/examples/makefile.mk | 8 | ||||
-rw-r--r-- | remotebridges/source/bridge/makefile.mk | 10 |
2 files changed, 9 insertions, 9 deletions
diff --git a/remotebridges/examples/makefile.mk b/remotebridges/examples/makefile.mk index 140f3ccd88de..f469a54c693b 100644 --- a/remotebridges/examples/makefile.mk +++ b/remotebridges/examples/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: jbu $ $Date: 2000-10-26 14:12:07 $ +# last change: $Author: hr $ $Date: 2000-11-13 15:58:48 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -78,8 +78,8 @@ ALLIDLFILES = test_bridge.idl #CPPUMAKERFLAGS += -C -UNOUCRDEP=$(SOLARBINDIR)$/applicat.rdb -UNOUCRRDB=$(SOLARBINDIR)$/applicat.rdb +UNOUCRDEP=$(SOLARBINDIR)$/udkapi.rdb +UNOUCRRDB=$(SOLARBINDIR)$/udkapi.rdb # output directory (one dir for each project) UNOUCROUT=$(OUT)$/inc$/examples diff --git a/remotebridges/source/bridge/makefile.mk b/remotebridges/source/bridge/makefile.mk index 393d4002c5ae..70d1eab5d6a7 100644 --- a/remotebridges/source/bridge/makefile.mk +++ b/remotebridges/source/bridge/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: jbu $ $Date: 2000-10-31 15:54:16 $ +# last change: $Author: hr $ $Date: 2000-11-13 15:58:05 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -66,15 +66,15 @@ PRJNAME=remotebridges TARGET=remotebridge ENABLE_EXCEPTIONS=TRUE COMP1TYPELIST=$(TARGET) -COMPRDB=$(SOLARBINDIR)$/applicat.rdb +COMPRDB=$(SOLARBINDIR)$/udkapi.rdb # --- Settings ----------------------------------------------------- .INCLUDE : svpre.mk .INCLUDE : settings.mk .INCLUDE : sv.mk # ------------------------------------------------------------------ -UNOUCRDEP=$(SOLARBINDIR)$/applicat.rdb -UNOUCRRDB=$(SOLARBINDIR)$/applicat.rdb +UNOUCRDEP=$(SOLARBINDIR)$/udkapi.rdb +UNOUCRRDB=$(SOLARBINDIR)$/udkapi.rdb UNOUCROUT=$(OUT)$/inc$/bridge INCPRE+= $(UNOUCROUT) |