summaryrefslogtreecommitdiff
path: root/sw/source/ui/fldui/makefile.mk
diff options
context:
space:
mode:
authorjp <jp@openoffice.org>2001-05-22 07:29:36 +0000
committerjp <jp@openoffice.org>2001-05-22 07:29:36 +0000
commit3fb865a2e07c8c18fae792e980d30a73265c1aa8 (patch)
tree76a03520004d92adbf85e3a876da0220ef88fd1c /sw/source/ui/fldui/makefile.mk
parent9679ce14b17348da7b4348d5038f77285b1670f9 (diff)
Task #87333#: new module
Diffstat (limited to 'sw/source/ui/fldui/makefile.mk')
-rw-r--r--sw/source/ui/fldui/makefile.mk12
1 files changed, 7 insertions, 5 deletions
diff --git a/sw/source/ui/fldui/makefile.mk b/sw/source/ui/fldui/makefile.mk
index 36348687942e..7a31821debe5 100644
--- a/sw/source/ui/fldui/makefile.mk
+++ b/sw/source/ui/fldui/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:37 $
+# last change: $Author: jp $ $Date: 2001-05-22 08:29:36 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -92,7 +92,8 @@ CXXFILES = \
fldtdlg.cxx \
fldvar.cxx \
javaedit.cxx \
- inpdlg.cxx
+ inpdlg.cxx \
+ xfldui.cxx
SRCFILES = \
changedb.src \
@@ -120,10 +121,11 @@ SLOFILES = \
$(SLO)$/fldtdlg.obj \
$(SLO)$/fldvar.obj \
$(SLO)$/javaedit.obj \
- $(SLO)$/inpdlg.obj
+ $(SLO)$/inpdlg.obj \
+ $(SLO)$/xfldui.obj
EXCEPTIONSFILES = \
- $(SLO)$/fldmgr.obj
+ $(SLO)$/xfldui.obj
# --- Tagets -------------------------------------------------------