udkapi-rdb now named 'udkapi' instead of 'applicat
This commit is contained in:
parent
218fb1e2b6
commit
3464411a30
1 changed files with 12 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
|||
#
|
||||
# $RCSfile: makefile.mk,v $
|
||||
#
|
||||
# $Revision: 1.3 $
|
||||
# $Revision: 1.4 $
|
||||
#
|
||||
# last change: $Author: mi $ $Date: 2000-11-08 14:57:13 $
|
||||
# last change: $Author: mi $ $Date: 2000-11-08 16:11:47 $
|
||||
#
|
||||
# The Contents of this file are made available subject to the terms of
|
||||
# either of the following licenses
|
||||
|
@ -63,7 +63,7 @@
|
|||
PRJ=..
|
||||
PRJPCH=
|
||||
|
||||
PRJNAME=api
|
||||
PRJNAME=offapi
|
||||
TARGET=applicat
|
||||
|
||||
#use_starjar=true
|
||||
|
@ -76,6 +76,7 @@ TARGET=applicat
|
|||
# ------------------------------------------------------------------
|
||||
|
||||
UNOIDLDBFILES= \
|
||||
$(SOLARBINDIR)$/udkapi.rdb \
|
||||
$(UCR)$/cssawt.db \
|
||||
$(UCR)$/csschart.db \
|
||||
$(UCR)$/cssconfiguration.db \
|
||||
|
@ -118,4 +119,12 @@ UNOIDLDBFILES= \
|
|||
|
||||
.INCLUDE : target.mk
|
||||
|
||||
# --- Targets ------------------------------------------------------
|
||||
|
||||
$(UCR)$/applicat.rdb:: $(UNOIDLDBFILES)
|
||||
+regmerge $@ / $(UNOIDLDBFILES)
|
||||
touch $@
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue