summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2001-02-16 14:51:10 +0000
committerOcke Janssen <oj@openoffice.org>2001-02-16 14:51:10 +0000
commit2aa93b86bd4ee9a70350a1acb3ded91f452d1ab7 (patch)
treec6c63ced8a4e6a82a701e846989f00ec3906f1e0 /dbaccess/source/ui
parent65c0aa569b32d9e917f4090c0c7ea0c0adc1bb50 (diff)
3 new files for ex- import data
Diffstat (limited to 'dbaccess/source/ui')
-rw-r--r--dbaccess/source/ui/misc/makefile.mk20
1 files changed, 12 insertions, 8 deletions
diff --git a/dbaccess/source/ui/misc/makefile.mk b/dbaccess/source/ui/misc/makefile.mk
index cd7a1eaa69af..ee1cfc3e4fa5 100644
--- a/dbaccess/source/ui/misc/makefile.mk
+++ b/dbaccess/source/ui/misc/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
-# last change: $Author: fs $ $Date: 2001-02-05 14:01:24 $
+# last change: $Author: oj $ $Date: 2001-02-16 15:51:10 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -81,13 +81,17 @@ SRCFILES = \
# ... object files ............................
SLOFILES= \
- $(SLO)$/propertysetitem.obj \
+ $(SLO)$/TokenWriter.obj \
+ $(SLO)$/HtmlReader.obj \
+ $(SLO)$/RtfReader.obj \
+ $(SLO)$/DExport.obj \
+ $(SLO)$/propertysetitem.obj \
$(SLO)$/containermultiplexer.obj \
- $(SLO)$/querydesignaccess.obj \
- $(SLO)$/stringlistitem.obj \
- $(SLO)$/charsets.obj \
- $(SLO)$/dsntypes.obj \
- $(SLO)$/uiservices.obj \
+ $(SLO)$/querydesignaccess.obj \
+ $(SLO)$/stringlistitem.obj \
+ $(SLO)$/charsets.obj \
+ $(SLO)$/dsntypes.obj \
+ $(SLO)$/uiservices.obj \
$(SLO)$/moduledbu.obj
# --- Targets ----------------------------------