Tag: cws_src680_rpt23fix01 User: fs Date: 2007-07-16 19:35:41+0000 Modified: dba/reportdesign/source/core/misc/makefile.mk
Log: #i77800# +reportformula (moved from ../../ui/misc) File Changes: Directory: /dba/reportdesign/source/core/misc/ ============================================== File [changed]: makefile.mk Url: http://dba.openoffice.org/source/browse/dba/reportdesign/source/core/misc/makefile.mk?r1=1.1.2.1&r2=1.1.2.2 Delta lines: +6 -3 ------------------- --- makefile.mk 2007-07-16 13:45:26+0000 1.1.2.1 +++ makefile.mk 2007-07-16 19:35:39+0000 1.1.2.2 @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1.2.1 $ +# $Revision: 1.1.2.2 $ # -# last change: $Author: fs $ $Date: 2007/07/16 13:45:26 $ +# last change: $Author: fs $ $Date: 2007/07/16 19:35:39 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -37,6 +37,7 @@ PRJINC=$(PRJ)$/source PRJNAME=reportdesign TARGET=core_misc +ENABLE_EXCEPTIONS=TRUE # --- Settings ----------------------------------------------------- .INCLUDE : settings.mk @@ -44,7 +45,9 @@ # --- Files -------------------------------------------------------- -SLOFILES= $(SLO)$/conditionalexpression.obj +SLOFILES= $(SLO)$/conditionalexpression.obj \ + $(SLO)$/conditionupdater.obj \ + $(SLO)$/reportformula.obj # --- Targets ---------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
