diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-07-06 09:11:58 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-07-06 09:11:58 +0000 |
commit | 058672308c5fb142ace3816618449a8881c24e2b (patch) | |
tree | 71c0873ebaf3f1cd1bdbc4f7dfcc8d0f044403e4 /embeddedobj/util | |
parent | 06e5db9ab658ba7137bb3c186c53b64347fc76a5 (diff) |
INTEGRATION: CWS oj14 (1.8.24); FILE MERGED
2007/03/14 15:48:06 mav 1.8.24.2: #i75401# no need to use implementation service names any more
2006/11/08 08:56:49 oj 1.8.24.1: move confighelper to comphelper module
Diffstat (limited to 'embeddedobj/util')
-rw-r--r-- | embeddedobj/util/makefile.mk | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/embeddedobj/util/makefile.mk b/embeddedobj/util/makefile.mk index 71cbb46bac30..01ae6d175221 100644 --- a/embeddedobj/util/makefile.mk +++ b/embeddedobj/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.9 $ +# $Revision: 1.10 $ # -# last change: $Author: hr $ $Date: 2007-06-26 16:05:41 $ +# last change: $Author: rt $ $Date: 2007-07-06 10:11:58 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -58,9 +58,7 @@ LIB1OBJFILES= \ $(SLO)$/xcreator.obj\ $(SLO)$/xfactory.obj\ $(SLO)$/register.obj\ - $(SLO)$/convert.obj\ $(SLO)$/docholder.obj\ - $(SLO)$/confighelper.obj\ $(SLO)$/intercept.obj LIB1TARGET=$(SLB)$/$(TARGET).lib |