diff options
author | Jörg Budischewski <jbu@openoffice.org> | 2002-10-01 15:21:19 +0000 |
---|---|---|
committer | Jörg Budischewski <jbu@openoffice.org> | 2002-10-01 15:21:19 +0000 |
commit | 778c4c46d63ff446391b23e26f393cdd5b75c846 (patch) | |
tree | 0af6250c71c3dc58845707b137c2b22936c27232 /solenv/inc | |
parent | 47fbf7890fd781af4aa1affa6e3ab425c22e7248 (diff) |
#103263# replaced applicat.rdb with types.rdb
Diffstat (limited to 'solenv/inc')
-rw-r--r-- | solenv/inc/settings.mk | 13 | ||||
-rw-r--r-- | solenv/inc/target.mk | 8 |
2 files changed, 8 insertions, 13 deletions
diff --git a/solenv/inc/settings.mk b/solenv/inc/settings.mk index e4e797c25542..1677e801c008 100644 --- a/solenv/inc/settings.mk +++ b/solenv/inc/settings.mk @@ -2,9 +2,9 @@ # # $RCSfile: settings.mk,v $ # -# $Revision: 1.123 $ +# $Revision: 1.124 $ # -# last change: $Author: svesik $ $Date: 2002-08-29 13:48:25 $ +# last change: $Author: jbu $ $Date: 2002-10-01 16:18:50 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -1491,13 +1491,8 @@ UNOUCROUT*=$(OUT)$/inc UNOUCRRDB*=$(SOLARBINDIR)$/udkapi.rdb UNOUCRDEP*=$(SOLARBINDIR)$/udkapi.rdb .ELSE # "$(UDKSTAMP)"=="" -.IF "$(remote)"!="" -UNOUCRRDB*=$(SOLARBINDIR)$/remote/applicat.rdb -UNOUCRDEP*=$(SOLARBINDIR)$/remote/applicat.rdb -.ELSE # "$(remote)"!="" -UNOUCRRDB*=$(SOLARBINDIR)$/applicat.rdb -UNOUCRDEP*=$(SOLARBINDIR)$/applicat.rdb -.ENDIF # "$(remote)"!="" +UNOUCRRDB*=$(SOLARBINDIR)$/types.rdb +UNOUCRDEP*=$(SOLARBINDIR)$/types.rdb .ENDIF # "$(UDKSTAMP)"=="" # --- Compiler ----------------------------------------------------- diff --git a/solenv/inc/target.mk b/solenv/inc/target.mk index c0fe044d5809..308d474b3f45 100644 --- a/solenv/inc/target.mk +++ b/solenv/inc/target.mk @@ -2,9 +2,9 @@ # # $RCSfile: target.mk,v $ # -# $Revision: 1.126 $ +# $Revision: 1.127 $ # -# last change: $Author: hjs $ $Date: 2002-09-13 14:30:49 $ +# last change: $Author: jbu $ $Date: 2002-10-01 16:21:19 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -1131,7 +1131,7 @@ COMPRDB*:=$(UNOUCRRDB) .IF "$(UDKSTAMP)"=="" COMPRDB*:=$(SOLARBINDIR)$/udkapi.rdb .ELSE # "$(UDKSTAMP)"=="" -COMPRDB*:=$(SOLARBINDIR)$/applicat.rdb +COMPRDB*:=$(SOLARBINDIR)$/types.rdb .ENDIF # "$(UDKSTAMP)"=="" .ENDIF # "$(UNOUCRRDB)"!="" .ENDIF # "$(COMP1TYPELIST)$(COMP2TYPELIST)$(COMP3TYPELIST)$(COMP4TYPELIST)$(COMP5TYPELIST)$(COMP6TYPELIST)$(COMP7TYPELIST)$(COMP8TYPELIST)$(COMP9TYPELIST)"!="" @@ -2122,7 +2122,7 @@ $(UNIXTEXT) : $(UNIXTEXT:f) @+echo Making $@ @+-$(RM) -f $@ >& $(NULLDEV) @+tr -d "\015" < $(@:f) > $@ - + .ENDIF # "$(UNIXTEXT)"!="" .IF "$(GUI)$(UPDATER)"=="WNTYES" |