diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-03-09 08:19:23 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-03-09 08:19:23 +0000 |
commit | 6a717c72c8cb417655c23bbc447c9da78cc6eb9d (patch) | |
tree | a205ccb9c151cffb7116425399aa34e40bca7cdc /xmloff | |
parent | c359521b9b6b587248b01db2ba67e34e25992772 (diff) |
INTEGRATION: CWS ause076 (1.7.18); FILE MERGED
2007/02/28 10:58:29 hjs 1.7.18.1: #i74812# cleanup *LIB and more
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/transform/makefile.mk | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/xmloff/source/transform/makefile.mk b/xmloff/source/transform/makefile.mk index 02ee1c1bbc0d..fbf9c82796ff 100644 --- a/xmloff/source/transform/makefile.mk +++ b/xmloff/source/transform/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.8 $ # -# last change: $Author: obo $ $Date: 2007-01-25 13:03:27 $ +# last change: $Author: obo $ $Date: 2007-03-09 09:19:23 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -36,8 +36,7 @@ PRJ := ..$/.. PRJNAME := xmloff TARGET := xof - -AUTOSEG := true +LIBTARGET=NO ENABLE_EXCEPTIONS := TRUE .INCLUDE: settings.mk @@ -83,12 +82,11 @@ SHL1OBJS = \ $(SLO)$/TransformerContext.obj \ $(SLO)$/TransformerTokenMap.obj \ $(SLO)$/XMLFilterRegistration.obj + SHL1STDLIBS = \ $(COMPHELPERLIB) \ $(CPPUHELPERLIB) \ $(CPPULIB) \ - $(ONELIB) \ - $(RTLLIB) \ $(SALHELPERLIB) \ $(SALLIB) \ $(TOOLSLIB) |