#103263# replaced applicat.rdb by types.rdb and services.rdb
This commit is contained in:
parent
3e12269760
commit
42f3aa4416
2 changed files with 10 additions and 12 deletions
|
@ -2,9 +2,9 @@
|
|||
#
|
||||
# $RCSfile: makefile.mk,v $
|
||||
#
|
||||
# $Revision: 1.4 $
|
||||
# $Revision: 1.5 $
|
||||
#
|
||||
# last change: $Author: thb $ $Date: 2001-12-06 14:18:03 $
|
||||
# last change: $Author: jbu $ $Date: 2002-10-01 09:26:34 $
|
||||
#
|
||||
# The Contents of this file are made available subject to the terms of
|
||||
# either of the following licenses
|
||||
|
@ -73,8 +73,6 @@ ENABLE_EXCEPTIONS=TRUE
|
|||
|
||||
# --- Uno III Header -----------------------------------------------
|
||||
|
||||
UNOUCRDEP=$(SOLARBINDIR)$/applicat.rdb
|
||||
UNOUCRRDB=$(SOLARBINDIR)$/applicat.rdb
|
||||
# Every source directory generates headers in a own output directory to
|
||||
# enable parallel building of the source directories within a project!
|
||||
UNOUCROUT=$(OUT)$/inc$/$(PRJNAME)$/$(TARGET)
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
#
|
||||
# $RCSfile: makefile.mk,v $
|
||||
#
|
||||
# $Revision: 1.3 $
|
||||
# $Revision: 1.4 $
|
||||
#
|
||||
# last change: $Author: vg $ $Date: 2002-09-05 12:51:56 $
|
||||
# last change: $Author: jbu $ $Date: 2002-10-01 09:29:43 $
|
||||
#
|
||||
# The Contents of this file are made available subject to the terms of
|
||||
# either of the following licenses
|
||||
|
@ -152,13 +152,13 @@ SHL1DEF=$(MISC)$/$(SHL1TARGET).def
|
|||
ALLTAR: \
|
||||
$(BIN)$/applicat.rdb
|
||||
|
||||
$(BIN)$/applicat.rdb : makefile.mk $(SOLARBINDIR)$/applicat.rdb
|
||||
$(BIN)$/applicat.rdb : makefile.mk $(SOLARBINDIR)$/types.rdb
|
||||
rm -f $@
|
||||
$(GNUCOPY) $(SOLARBINDIR)$/applicat.rdb $@
|
||||
+cd $(BIN) && \
|
||||
regcomp -register -r applicat.rdb \
|
||||
-c $(DLLPRE)i18n$(UPD)$(DLLPOSTFIX)$(DLLPOST) \
|
||||
-c $(DLLPRE)i18npool$(UPD)$(DLLPOSTFIX)$(DLLPOST)
|
||||
$(GNUCOPY) $(SOLARBINDIR)$/types.rdb $@
|
||||
+cd $(BIN) && \
|
||||
regcomp -register -r applicat.rdb \
|
||||
-c $(DLLPRE)i18n$(UPD)$(DLLPOSTFIX)$(DLLPOST) \
|
||||
-c $(DLLPRE)i18npool$(UPD)$(DLLPOSTFIX)$(DLLPOST)
|
||||
|
||||
.IF "$(GUI)"=="WIN"
|
||||
|
||||
|
|
Loading…
Reference in a new issue