diff options
author | Mikhail Voitenko <mav@openoffice.org> | 2003-12-01 07:41:45 +0000 |
---|---|---|
committer | Mikhail Voitenko <mav@openoffice.org> | 2003-12-01 07:41:45 +0000 |
commit | 95c33012d3510161d8b7362bb5ec255aafc2f7a1 (patch) | |
tree | eefe7c8e4947a4c0bb156aee7135654b3ee2511d /embeddedobj/util | |
parent | 8a93e6446752dae86ae6182d4014d708eca2444d (diff) |
#112923# place ole and ooo objects in separate libraries
Diffstat (limited to 'embeddedobj/util')
-rw-r--r-- | embeddedobj/util/makefile.mk | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/embeddedobj/util/makefile.mk b/embeddedobj/util/makefile.mk index 289752b4c56f..ae11feb6ebe1 100644 --- a/embeddedobj/util/makefile.mk +++ b/embeddedobj/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: mav $ $Date: 2003-11-28 18:04:05 $ +# last change: $Author: mav $ $Date: 2003-12-01 08:41:14 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -81,6 +81,7 @@ SHL1OBJS= \ $(SLO)$/persistence.obj\ $(SLO)$/embedobj.obj\ $(SLO)$/visobj.obj\ + $(SLO)$/xcreator.obj\ $(SLO)$/xfactory.obj\ $(SLO)$/register.obj\ $(SLO)$/convert.obj\ @@ -88,16 +89,6 @@ SHL1OBJS= \ $(SLO)$/closepreventer.obj\ $(SLO)$/intercept.obj -SHL1OBJS+= \ - $(SLO)$/olecomponent.obj\ - $(SLO)$/olepersist.obj\ - $(SLO)$/oleembed.obj\ - $(SLO)$/olevisual.obj\ - $(SLO)$/olemisc.obj\ - $(SLO)$/olewrapclient.obj\ - $(SLO)$/advisesink.obj - - SHL1STDLIBS=\ $(SALLIB)\ $(CPPULIB)\ |