diff options
author | Oliver Bolte <obo@openoffice.org> | 2000-11-13 14:43:24 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2000-11-13 14:43:24 +0000 |
commit | 57ef3a276814acb24d4797ab5cd268922565b0c8 (patch) | |
tree | 238becf255850511ccb5795567ba5379c049c223 /cpputools | |
parent | 8a74f63a52f6fe79ff3079ddc69069ee2217a041 (diff) |
applicat.rdb renamed to udkapi.rdb
Diffstat (limited to 'cpputools')
-rw-r--r-- | cpputools/source/registercomponent/makefile.mk | 8 | ||||
-rw-r--r-- | cpputools/source/unoexe/makefile.mk | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/cpputools/source/registercomponent/makefile.mk b/cpputools/source/registercomponent/makefile.mk index 05ef898b4..48a14b3ea 100644 --- a/cpputools/source/registercomponent/makefile.mk +++ b/cpputools/source/registercomponent/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:14:43 $ +# last change: $Author: obo $ $Date: 2000-11-13 15:42:43 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -74,8 +74,8 @@ ENABLE_EXCEPTIONS=TRUE .INCLUDE : settings.mk .INCLUDE : sv.mk -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 diff --git a/cpputools/source/unoexe/makefile.mk b/cpputools/source/unoexe/makefile.mk index 11490ed7d..095a191d7 100644 --- a/cpputools/source/unoexe/makefile.mk +++ b/cpputools/source/unoexe/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:14:43 $ +# last change: $Author: obo $ $Date: 2000-11-13 15:43:24 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -74,8 +74,8 @@ NO_BSYMBOLIC=TRUE .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 INCPRE+=$(OUT)$/inc |