diff options
author | Martin Gallwey <mtg@openoffice.org> | 2001-05-16 10:51:45 +0000 |
---|---|---|
committer | Martin Gallwey <mtg@openoffice.org> | 2001-05-16 10:51:45 +0000 |
commit | 6546d1a1a0aa87616ec44c397f90da0fd3ff2548 (patch) | |
tree | a685c5147b74808834095f859602b362d2419a0a /xmloff/source | |
parent | 203b5abbf79019f0523fbeea3234244d2a25780b (diff) |
#87071# dump SymbolDescriptor header and removed unused CXXFILES section
Diffstat (limited to 'xmloff/source')
-rw-r--r-- | xmloff/source/core/makefile.mk | 34 |
1 files changed, 10 insertions, 24 deletions
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 |