diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2000-11-07 08:47:31 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2000-11-07 08:47:31 +0000 |
commit | 2c23e6959a2dfd45d904308e5c7dfe456408a652 (patch) | |
tree | 10e81525b3bfe37c699e551bd9af57dbe08265fe | |
parent | e032adaa6dc512547b0564111aac3d1dcc312384 (diff) |
#65293#: moved some stuff to comphelper
-rw-r--r-- | unotools/source/streaming/makefile.mk | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/unotools/source/streaming/makefile.mk b/unotools/source/streaming/makefile.mk index beb3861d82b4..d3a0c0bcc2bd 100644 --- a/unotools/source/streaming/makefile.mk +++ b/unotools/source/streaming/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: bmahbod $ $Date: 2000-10-06 23:53:15 $ +# last change: $Author: hr $ $Date: 2000-11-07 09:47:31 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -93,12 +93,8 @@ ENABLE_EXCEPTIONS=TRUE # --- Files ------------------------------------- -SLOFILES= $(SLO)$/basicio.obj \ - $(SLO)$/streamsection.obj \ - $(SLO)$/streamhelper.obj \ - $(SLO)$/streamwrap.obj \ - $(SLO)$/seqstream.obj \ - $(SLO)$/oslfile2streamwrap.obj +SLOFILES= $(SLO)$/streamhelper.obj \ + $(SLO)$/streamwrap.obj # NETBSD: somewhere we have to instantiate the static data members. # NETBSD-1.2.1 doesn't know about weak symbols so the default mechanism |