Tag: cws_src680_qiq User: fs Date: 06/05/23 23:53:11 Modified: /dba/dbaccess/source/shared/ makefile.mk
Log: #i51143# building an sdbtools lib File Changes: Directory: /dba/dbaccess/source/shared/ ======================================= File [changed]: makefile.mk Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/shared/makefile.mk?r1=1.7&r2=1.7.124.1 Delta lines: +7 -3 ------------------- --- makefile.mk 8 Sep 2005 14:16:58 -0000 1.7 +++ makefile.mk 24 May 2006 06:53:08 -0000 1.7.124.1 @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.7.124.1 $ # -# last change: $Author: rt $ $Date: 2005/09/08 14:16:58 $ +# last change: $Author: fs $ $Date: 2006/05/24 06:53:08 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -42,6 +42,7 @@ LIB2TARGET=$(SLB)$/dbushared.lib LIB3TARGET=$(SLB)$/fltshared.lib LIB4TARGET=$(SLB)$/cfgshared.lib +LIB5TARGET=$(SLB)$/sdbtshared.lib #ENABLE_EXCEPTIONS=TRUE @@ -83,6 +84,9 @@ LIB4OBJFILES= \ $(SLO)$/cfg_reghelper.obj \ $(SLO)$/cfgstrings.obj + +LIB5OBJFILES= \ + $(SLO)$/sdbtstrings.obj # --- Targets ---------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
