diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2006-10-30 08:06:54 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2006-10-30 08:06:54 +0000 |
commit | b5e083a5423eef92fd453d2d8b109f5f9e9fa3d7 (patch) | |
tree | 6329691c3241711bd58615e876da8bc2e5d02cb9 /xmloff/source | |
parent | 2570426b5f8161049d059f500582d30a0940967f (diff) |
INTEGRATION: CWS ause060 (1.34.170); FILE MERGED
2006/09/29 17:24:55 hjs 1.34.170.1: #i69951# remove CONV_STAR_FONTS
Diffstat (limited to 'xmloff/source')
-rw-r--r-- | xmloff/source/text/makefile.mk | 47 |
1 files changed, 2 insertions, 45 deletions
diff --git a/xmloff/source/text/makefile.mk b/xmloff/source/text/makefile.mk index 40407ae1cabb..1bb48ed10f67 100644 --- a/xmloff/source/text/makefile.mk +++ b/xmloff/source/text/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.34 $ +# $Revision: 1.35 $ # -# last change: $Author: rt $ $Date: 2005-09-09 15:27:34 $ +# last change: $Author: rt $ $Date: 2006-10-30 09:06:54 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -37,17 +37,13 @@ PRJ=..$/.. PRJNAME=xmloff TARGET=text -AUTOSEG=true ENABLE_EXCEPTIONS=TRUE # --- Settings ----------------------------------------------------- -.INCLUDE : svpre.mk .INCLUDE : settings.mk -.INCLUDE : sv.mk .INCLUDE: $(PRJ)$/util$/makefile.pmk -CDEFS += -DCONV_STAR_FONTS # --- Files -------------------------------------------------------- @@ -133,45 +129,6 @@ SLOFILES = \ $(SLO)$/XMLTrackedChangesImportContext.obj \ $(SLO)$/XMLCalculationSettingsContext.obj -SVXLIGHTOBJFILES = \ - $(OBJ)$/txtdropi.obj \ - $(OBJ)$/txtfldi.obj \ - $(OBJ)$/txtimp.obj \ - $(OBJ)$/txtimppr.obj \ - $(OBJ)$/txtparai.obj \ - $(OBJ)$/txtprhdl.obj \ - $(OBJ)$/txtprmap.obj \ - $(OBJ)$/txtstyli.obj \ - $(OBJ)$/txtvfldi.obj \ - $(OBJ)$/XMLAutoMarkFileContext.obj \ - $(OBJ)$/XMLAutoTextEventImport.obj \ - $(OBJ)$/XMLAutoTextContainerEventImport.obj \ - $(OBJ)$/XMLChangedRegionImportContext.obj \ - $(OBJ)$/XMLChangeElementImportContext.obj \ - $(OBJ)$/XMLChangeInfoContext.obj \ - $(OBJ)$/XMLLineNumberingExport.obj \ - $(OBJ)$/XMLLineNumberingImportContext.obj \ - $(OBJ)$/XMLLineNumberingSeparatorImportContext.obj \ - $(OBJ)$/XMLPropertyBackpatcher.obj \ - $(SLO)$/XMLTextCharStyleNamesElementExport.obj \ - $(OBJ)$/XMLTextFrameContext.obj \ - $(OBJ)$/XMLTextFrameHyperlinkContext.obj \ - $(OBJ)$/XMLTextHeaderFooterContext.obj \ - $(OBJ)$/XMLTextListAutoStylePool.obj \ - $(OBJ)$/XMLTextListBlockContext.obj \ - $(OBJ)$/XMLTextListItemContext.obj \ - $(OBJ)$/XMLTextMarkImportContext.obj \ - $(OBJ)$/XMLTextMasterPageContext.obj \ - $(OBJ)$/XMLTextMasterPageExport.obj \ - $(OBJ)$/XMLTextMasterStylesContext.obj \ - $(OBJ)$/XMLTextNumRuleInfo.obj \ - $(OBJ)$/XMLTextPropertySetContext.obj \ - $(OBJ)$/XMLTextShapeImportHelper.obj \ - $(OBJ)$/XMLTextShapeStyleContext.obj \ - $(OBJ)$/XMLTextTableContext.obj \ - $(OBJ)$/XMLChangeImportContext.obj \ - $(OBJ)$/XMLStringBufferImportContext.obj - # --- Tagets ------------------------------------------------------- .INCLUDE : target.mk |