From 6546d1a1a0aa87616ec44c397f90da0fd3ff2548 Mon Sep 17 00:00:00 2001 From: Martin Gallwey Date: Wed, 16 May 2001 10:51:45 +0000 Subject: #87071# dump SymbolDescriptor header and removed unused CXXFILES section --- xmloff/source/core/makefile.mk | 34 ++++++++++------------------------ 1 file changed, 10 insertions(+), 24 deletions(-) (limited to 'xmloff/source') diff --git a/xmloff/source/core/makefile.mk b/xmloff/source/core/makefile.mk index a5f98f4d1650..ab955b74d819 100644 --- a/xmloff/source/core/makefile.mk +++ b/xmloff/source/core/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.11 $ +# $Revision: 1.12 $ # -# last change: $Author: mib $ $Date: 2001-05-09 12:16:22 $ +# last change: $Author: mtg $ $Date: 2001-05-16 11:51:45 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -82,27 +82,6 @@ LIB2OBJFILES =$(OBJFILES) # --- Files -------------------------------------------------------- -CXXFILES = \ - facreg.cxx \ - xmlcnitm.cxx \ - attrlist.cxx \ - i18nmap.cxx \ - nmspmap.cxx \ - unoatrcn.cxx \ - xmlehelp.cxx \ - xmlexp.cxx \ - xmlictxt.cxx \ - xmlimp.cxx \ - xmlkywd.cxx \ - xmltkmap.cxx \ - xmluconv.cxx \ - ProgressBarHelper.cxx \ - PropertySetMerger.cxx \ - SettingsExportHelper.cxx \ - DocumentSettingsContext.cxx \ - XMLEmbeddedObjectExportFilter.cxx \ - XMLEmbeddedObjectImportContext.cxx - SLOFILES = \ $(SLO)$/facreg.obj \ $(SLO)$/xmlcnitm.obj \ @@ -123,7 +102,14 @@ SLOFILES = \ $(SLO)$/DocumentSettingsContext.obj \ $(SLO)$/XMLEmbeddedObjectExportFilter.obj \ $(SLO)$/XMLEmbeddedObjectImportContext.obj +# --- UNO stuff --------------------------------------------------- + +CPPUMAKERFLAGS= +UNOUCRDEP= $(SOLARBINDIR)$/offapi.rdb +UNOUCRRDB= $(SOLARBINDIR)$/offapi.rdb -# --- Tagets ------------------------------------------------------- +UNOTYPES=\ + com.sun.star.formula.SymbolDescriptor +# --- Targets ------------------------------------------------------- .INCLUDE : target.mk -- cgit