diff options
author | Michael Hönnig <mi@openoffice.org> | 2000-11-06 12:01:12 +0000 |
---|---|---|
committer | Michael Hönnig <mi@openoffice.org> | 2000-11-06 12:01:12 +0000 |
commit | 1f47610c1e38e0c1d987cac06a5a02aa36908355 (patch) | |
tree | d0b9c87728cbb123390ff9b70ca3fa7abd183104 /udkapi/util | |
parent | 84fed643f682ab53359dfda50124c5bc8b6a87d3 (diff) |
moved from api
Diffstat (limited to 'udkapi/util')
-rw-r--r-- | udkapi/util/makefile.mk | 48 | ||||
-rw-r--r-- | udkapi/util/makefile.pmk | 4 |
2 files changed, 46 insertions, 6 deletions
diff --git a/udkapi/util/makefile.mk b/udkapi/util/makefile.mk index 9b8f5af2b178..8bb0b107416d 100644 --- a/udkapi/util/makefile.mk +++ b/udkapi/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: mi $ $Date: 2000-11-06 12:22:08 $ +# last change: $Author: mi $ $Date: 2000-11-06 13:01:12 $ # # 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=udkapi +PRJNAME=api TARGET=applicat #use_starjar=true @@ -76,25 +76,65 @@ TARGET=applicat # ------------------------------------------------------------------ UNOIDLDBFILES= \ + $(UCR)$/cssawt.db \ $(UCR)$/cssbeans.db \ $(UCR)$/cssbridge.db \ + $(UCR)$/csschart.db \ $(UCR)$/cssconnection.db\ + $(UCR)$/cssconfiguration.db \ $(UCR)$/csscontainer.db \ + $(UCR)$/cssdata.db \ + $(UCR)$/cssdatatransfer.db \ + $(UCR)$/cssdclipboard.db \ + $(UCR)$/cssdocument.db \ + $(UCR)$/cssdrawing.db \ + $(UCR)$/cssfcomp.db \ + $(UCR)$/cssform.db \ + $(UCR)$/cssformula.db \ + $(UCR)$/cssframe.db \ + $(UCR)$/cssinstallation.db \ + $(UCR)$/cssi18n.db \ $(UCR)$/cssio.db \ $(UCR)$/cssjava.db \ $(UCR)$/csslang.db \ + $(UCR)$/csslinguistic2.db \ $(UCR)$/cssloader.db \ + $(UCR)$/cssmozilla.db \ + $(UCR)$/csspgp.db \ + $(UCR)$/cssplugin.db \ + $(UCR)$/csspresentation.db \ $(UCR)$/cssreflection.db \ $(UCR)$/cssregistry.db \ + $(UCR)$/cssresource.db \ + $(UCR)$/csssax.db \ + $(UCR)$/cssscanner.db \ $(UCR)$/cssscript.db \ + $(UCR)$/csssdb.db \ + $(UCR)$/csssdbc.db \ + $(UCR)$/csssdbcx.db \ + $(UCR)$/csssheet.db \ + $(UCR)$/cssstyle.db \ + $(UCR)$/csstable.db \ + $(UCR)$/csstask.db \ $(UCR)$/csstest.db \ $(UCR)$/cssperftest.db \ $(UCR)$/cssbridgetest.db \ + $(UCR)$/csstext.db \ + $(UCR)$/cssucb.db \ $(UCR)$/cssuno.db \ + $(UCR)$/cssutil.db \ + $(UCR)$/cssview.db \ $(UCR)$/csscorba.db \ $(UCR)$/cssiop.db \ $(UCR)$/cssiiop.db \ - $(UCR)$/cssgiop.db + $(UCR)$/cssgiop.db \ + $(UCR)$/csssvg.db \ + $(UCR)$/csssync.db \ + $(UCR)$/cssxml.db \ + $(UCR)$/csssetup.db \ + $(UCR)$/cssui.db + +# $(UCR)$/csstextfield.db \ # --- Targets ------------------------------------------------------ diff --git a/udkapi/util/makefile.pmk b/udkapi/util/makefile.pmk index 8b2b39bbb6f5..97abb0fa2bfa 100644 --- a/udkapi/util/makefile.pmk +++ b/udkapi/util/makefile.pmk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.pmk,v $ # -# $Revision: 1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: mi $ $Date: 2000-11-06 12:22:08 $ +# last change: $Author: mi $ $Date: 2000-11-06 13:01:12 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses |