summaryrefslogtreecommitdiff
path: root/sw/source/ui/dochdl
diff options
context:
space:
mode:
authorjp <jp@openoffice.org>2001-02-02 16:47:49 +0000
committerjp <jp@openoffice.org>2001-02-02 16:47:49 +0000
commit1c279a32eecfcb88101c5daabb0994077f4b1d3c (patch)
treea97056defc51eab6cce3e0132bcfef044ee5a058 /sw/source/ui/dochdl
parentd51109a289a40fd0405653a2a716c18f86141875 (diff)
new module for the new clipboard
Diffstat (limited to 'sw/source/ui/dochdl')
-rw-r--r--sw/source/ui/dochdl/makefile.mk10
1 files changed, 6 insertions, 4 deletions
diff --git a/sw/source/ui/dochdl/makefile.mk b/sw/source/ui/dochdl/makefile.mk
index ee59800654c7..ec0c3c840ffe 100644
--- a/sw/source/ui/dochdl/makefile.mk
+++ b/sw/source/ui/dochdl/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:34 $
+# last change: $Author: jp $ $Date: 2001-02-02 17:47:49 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -82,7 +82,8 @@ PROJECTPCHSOURCE=..\ui_1st\ui_pch
CXXFILES = \
dataex.cxx \
gloshdl.cxx \
- selglos.cxx
+ selglos.cxx \
+ swdtflvr.cxx
SRCFILES = \
dochdl.src \
@@ -91,7 +92,8 @@ SRCFILES = \
SLOFILES = \
$(SLO)$/dataex.obj \
$(SLO)$/gloshdl.obj \
- $(SLO)$/selglos.obj
+ $(SLO)$/selglos.obj \
+ $(SLO)$/swdtflvr.obj
# --- Tagets -------------------------------------------------------