Tag: cws_src680_dba203c User: fs Date: 06/04/20 05:16:19 Modified: /dba/connectivity/source/simpledbt/ makefile.mk
Log: #i64427# exception support File Changes: Directory: /dba/connectivity/source/simpledbt/ ============================================== File [changed]: makefile.mk Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/simpledbt/makefile.mk?r1=1.3&r2=1.3.86.1 Delta lines: +12 -9 -------------------- --- makefile.mk 8 Sep 2005 07:46:54 -0000 1.3 +++ makefile.mk 20 Apr 2006 12:16:16 -0000 1.3.86.1 @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.3.86.1 $ # -# last change: $Author: rt $ $Date: 2005/09/08 07:46:54 $ +# last change: $Author: fs $ $Date: 2006/04/20 12:16:16 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -41,12 +41,15 @@ .INCLUDE : settings.mk # --- Files -------------------------------------------------------- +EXCEPTIONSFILES=\ + $(SLO)$/staticdbtools_s.obj \ + $(SLO)$/parsenode_s.obj \ + $(SLO)$/parser_s.obj + SLOFILES=\ + $(EXCEPTIONSFILES) \ $(SLO)$/charset_s.obj \ $(SLO)$/refbase.obj \ - $(SLO)$/staticdbtools_s.obj \ - $(SLO)$/parsenode_s.obj \ - $(SLO)$/parser_s.obj \ $(SLO)$/dbtfactory.obj \ # --- Targets ------------------------------------------------------ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
