Tag: cws_src680_macaddressbook01 User: msicotte Date: 2007-07-08 19:15:18+0000 Modified: dba/connectivity/version.mk dba/connectivity/prj/build.lst dba/connectivity/prj/d.lst
Log: #i77591# initial commit File Changes: Directory: /dba/connectivity/ ============================= File [changed]: version.mk Url: http://dba.openoffice.org/source/browse/dba/connectivity/version.mk?r1=1.14&r2=1.14.104.1 Delta lines: +15 -3 -------------------- --- version.mk 2006-09-15 13:53:10+0000 1.14 +++ version.mk 2007-07-08 19:15:15+0000 1.14.104.1 @@ -4,9 +4,9 @@ # # $RCSfile: version.mk,v $ # -# $Revision: 1.14 $ +# $Revision: 1.14.104.1 $ # -# last change: $Author: obo $ $Date: 2006/09/15 13:53:10 $ +# last change: $Author: msicotte $ $Date: 2007/07/08 19:15:15 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -189,6 +189,18 @@ KAB_MICRO=0 +# ----------------------------Macab settings-------------------------------------# +# target +MACAB_TARGET=macab + +# the major +MACAB_MAJOR=1 +# the minor +MACAB_MINOR=0 +# the micro +MACAB_MICRO=0 + + # ----------------------------HSQLDB settings-----------------------------------# # target HSQLDB_TARGET=hsqldb Directory: /dba/connectivity/prj/ ================================= File [changed]: build.lst Url: http://dba.openoffice.org/source/browse/dba/connectivity/prj/build.lst?r1=1.33&r2=1.33.70.1 Delta lines: +1 -0 ------------------- --- build.lst 2006-12-13 16:12:54+0000 1.33 +++ build.lst 2007-07-08 19:15:15+0000 1.33.70.1 @@ -12,6 +12,7 @@ cn connectivity\source\drivers\mozab\bootstrap nmake - all cn_mozab_bootstrap cn_mozab_mozillasrc cn_inc NULL cn connectivity\source\drivers\mozab nmake - all cn_mozab cn_mozab_bootstrap cn_dbtools cn_inc NULL cn connectivity\source\drivers\kab nmake - u cn_kab cn_dbtools cn_inc NULL +cn connectivity\source\drivers\macab nmake - u cn_macab cn_dbtools cn_inc NULL cn connectivity\source\drivers\evoab nmake - u cn_evoab cn_dbtools cn_file cn_inc NULL cn connectivity\source\drivers\evoab2 nmake - u cn_evoab2 cn_dbtools cn_file cn_inc NULL cn connectivity\source\drivers\calc nmake - all cn_calc cn_file cn_inc NULL File [changed]: d.lst Url: http://dba.openoffice.org/source/browse/dba/connectivity/prj/d.lst?r1=1.28&r2=1.28.26.1 Delta lines: +1 -0 ------------------- --- d.lst 2007-04-11 12:35:16+0000 1.28 +++ d.lst 2007-07-08 19:15:15+0000 1.28.26.1 @@ -8,6 +8,7 @@ ..\source\drivers\adabas\*.xml %_DEST%\xml%_EXT%\*.xml ..\source\drivers\ado\*.xml %_DEST%\xml%_EXT%\*.xml ..\source\drivers\kab\*.xml %_DEST%\xml%_EXT%\*.xml +..\source\drivers\macab\*.xml %_DEST%\xml%_EXT%\*.xml ..\source\drivers\file\*.xml %_DEST%\xml%_EXT%\*.xml ..\source\drivers\flat\*.xml %_DEST%\xml%_EXT%\*.xml ..\source\drivers\dbase\*.xml %_DEST%\xml%_EXT%\*.xml --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
