[Libreoffice-commits] .: sc/source

Cédric Bosdonnat cbosdo at kemper.freedesktop.org
Fri Oct 15 05:26:21 PDT 2010


 sc/source/ui/optdlg/makefile.mk |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 13d8dee0f2825e66f9f6f82c83128dfdd3f166f2
Author: Cédric Bosdonnat <cedricbosdo at openoffice.org>
Date:   Fri Oct 15 14:25:29 2010 +0200

    Added tpcompatibility.odj to exceptions

diff --git a/sc/source/ui/optdlg/makefile.mk b/sc/source/ui/optdlg/makefile.mk
index eefab0d..437d57d 100644
--- a/sc/source/ui/optdlg/makefile.mk
+++ b/sc/source/ui/optdlg/makefile.mk
@@ -47,12 +47,15 @@ CXXFILES = \
         tpprint.cxx     \
         opredlin.cxx
 
+EXCEPTIONSFILES= \
+        $(SLO)$/tpcompatibility.obj
+
 SLOFILES =  \
         $(SLO)$/tpusrlst.obj \
         $(SLO)$/tpview.obj   \
         $(SLO)$/tpcalc.obj	\
         $(SLO)$/tpformula.obj	\
-        $(SLO)$/tpcompatibility.obj	\
+        $(SLO)$/tpcompatibility.obj \
         $(SLO)$/tpprint.obj	\
         $(SLO)$/opredlin.obj
 


More information about the Libreoffice-commits mailing list