summaryrefslogtreecommitdiff
path: root/sot/source/sdstor/makefile.mk
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2000-11-20 11:59:12 +0000
committerMathias Bauer <mba@openoffice.org>2000-11-20 11:59:12 +0000
commita7a23f087c094c6214aec4565468cc780037375b (patch)
tree3b2762d54945a7fb310c508bd892f564a92c2fac /sot/source/sdstor/makefile.mk
parentaa9182d19e60d0302258d42dcd0adab1cd199b60 (diff)
#80466#: new UCBStorage classes
Diffstat (limited to 'sot/source/sdstor/makefile.mk')
-rw-r--r--sot/source/sdstor/makefile.mk20
1 files changed, 5 insertions, 15 deletions
diff --git a/sot/source/sdstor/makefile.mk b/sot/source/sdstor/makefile.mk
index 47f2e4fa9815..4d06a6d537d3 100644
--- a/sot/source/sdstor/makefile.mk
+++ b/sot/source/sdstor/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 16:56:51 $
+# last change: $Author: mba $ $Date: 2000-11-20 12:58:54 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -74,20 +74,8 @@ TARGET=sdstor
# --- Files --------------------------------------------------------
-CXXFILES = \
- stg.cxx \
- stgcache.cxx \
- stgstrms.cxx \
- stgelem.cxx \
- stgio.cxx \
- stgole.cxx \
- stgdir.cxx \
- stgavl.cxx \
- storinfo.cxx \
- storage.cxx \
- $(PROJECTPCHSOURCE).cxx
-
SLOFILES = \
+ $(SLO)$/ucbstorage.obj \
$(SLO)$/stg.obj \
$(SLO)$/stgcache.obj \
$(SLO)$/stgstrms.obj \
@@ -99,6 +87,8 @@ SLOFILES = \
$(SLO)$/storinfo.obj \
$(SLO)$/storage.obj
+EXCEPTIONSFILES=$(SLO)$/ucbstorage.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 for GCC won't work.
# SCO and MACOSX: the linker does know about weak symbols, but we can't ignore multiple defined symbols