diff options
author | Michael Brauer <mib@openoffice.org> | 2000-11-07 13:05:53 +0000 |
---|---|---|
committer | Michael Brauer <mib@openoffice.org> | 2000-11-07 13:05:53 +0000 |
commit | 94e5b59cf841026e48cb3b0a38df885914d969f2 (patch) | |
tree | 6a97c6e2b2547aeaba0b29179c246970af6b8d50 /sw/source/filter/xml/makefile.mk | |
parent | 938bb7fde8e6b02794d326f4d83926b39eb29105 (diff) |
shape import/export, remoce core api code
Diffstat (limited to 'sw/source/filter/xml/makefile.mk')
-rw-r--r-- | sw/source/filter/xml/makefile.mk | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/sw/source/filter/xml/makefile.mk b/sw/source/filter/xml/makefile.mk index 1534f01d5af9..c5801866364b 100644 --- a/sw/source/filter/xml/makefile.mk +++ b/sw/source/filter/xml/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1.1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: hr $ $Date: 2000-09-18 17:14:59 $ +# last change: $Author: mib $ $Date: 2000-11-07 14:05:53 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -85,19 +85,16 @@ CXXFILES = \ xmlimp.cxx \ wrtxml.cxx \ xmlexp.cxx \ - xmlectxt.cxx \ xmltext.cxx \ xmltbli.cxx \ xmltble.cxx \ xmlfmt.cxx \ xmlfmte.cxx \ xmlmeta.cxx \ - xmlnum.cxx \ xmlitemm.cxx \ xmlitemi.cxx \ xmliteme.cxx \ swxmlat.cxx \ - hintlist.cxx \ xmlbrsh.cxx SLOFILES = \ @@ -105,19 +102,16 @@ SLOFILES = \ $(SLO)$/xmlimp.obj \ $(SLO)$/wrtxml.obj \ $(SLO)$/xmlexp.obj \ - $(SLO)$/xmlectxt.obj \ $(SLO)$/xmltext.obj \ $(SLO)$/xmltbli.obj \ $(SLO)$/xmltble.obj \ $(SLO)$/xmlfmt.obj \ $(SLO)$/xmlfmte.obj \ $(SLO)$/xmlmeta.obj \ - $(SLO)$/xmlnum.obj \ $(SLO)$/xmlitemm.obj \ $(SLO)$/xmlitemi.obj \ $(SLO)$/xmliteme.obj \ $(SLO)$/swxmlat.obj \ - $(SLO)$/hintlist.obj \ $(SLO)$/xmlbrsh.obj EXCEPTIONSFILES= \ |