[pgsqlclient-checkins] pgsqlclient_10 PgSqlClient.build,1.7,1.8
Status: Inactive
Brought to you by:
carlosga_fb
From: <car...@us...> - 2003-10-15 14:35:38
|
Update of /cvsroot/pgsqlclient/pgsqlclient_10 In directory sc8-pr-cvs1:/tmp/cvs-serv3920 Modified Files: PgSqlClient.build Log Message: Updated build file for handle new TLS library namespaces and assebly name Index: PgSqlClient.build =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/PgSqlClient.build,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** PgSqlClient.build 11 Oct 2003 10:00:25 -0000 1.7 --- PgSqlClient.build 15 Oct 2003 14:35:05 -0000 1.8 *************** *** 15,19 **** <property name="build.dir" value="${base.build.dir}" /> ! <property name="tls.src.dir" value="PgSqlClient.Security.Tls\source" /> <property name="src.dir" value="${project.FormalName}\source" /> <property name="resources.dir" value="${src.dir}\Resources" /> --- 15,19 ---- <property name="build.dir" value="${base.build.dir}" /> ! <property name="tls.src.dir" value="Mono.Security.Protocol.Tls" /> <property name="src.dir" value="${project.FormalName}\source" /> <property name="resources.dir" value="${src.dir}\Resources" /> *************** *** 70,74 **** <!-- Build target for all existing platforms --> ! <target name="build-all" depends="check-build-config"> <!-- .NET Framework 1.0 --> <available type="Framework" resource="net-1.0" property="temp.framework.available" /> --- 70,74 ---- <!-- Build target for all existing platforms --> ! <target name="build-all" depends="check-build-config"> <!-- .NET Framework 1.0 --> <available type="Framework" resource="net-1.0" property="temp.framework.available" /> *************** *** 88,92 **** <call target="distribution" /> </if> ! <!-- .NET Framework 1.1 --> <available type="Framework" resource="net-1.1" property="temp.framework.available" /> --- 88,92 ---- <call target="distribution" /> </if> ! <!-- .NET Framework 1.1 --> <available type="Framework" resource="net-1.1" property="temp.framework.available" /> *************** *** 126,130 **** <!-- compile Mono.Security.TLS --> ! <csc output="${build.dir}\Mono.Security.Tls.dll" target="library" define="${build.define}"> <sources> <includes name="${tls.src.dir}/**/*.cs" /> --- 126,130 ---- <!-- compile Mono.Security.TLS --> ! <csc output="${build.dir}\Mono.Security.Protocol.Tls.dll" target="library" define="${build.define}"> <sources> <includes name="${tls.src.dir}/**/*.cs" /> *************** *** 155,159 **** <absolute file="System.Drawing.dll" /> <absolute file="System.XML.dll" /> ! <includes name="${build.dir}/Mono.Security.Tls.dll" /> </references> <arg value="/resource:${resources.dir}\Toolbox\PgConnection.bmp,PostgreSql.Data.PgSqlClient.Resources.ToolBox.PgConnection.bmp" /> --- 155,159 ---- <absolute file="System.Drawing.dll" /> <absolute file="System.XML.dll" /> ! <includes name="${build.dir}/Mono.Security.Protocol.Tls.dll" /> </references> <arg value="/resource:${resources.dir}\Toolbox\PgConnection.bmp,PostgreSql.Data.PgSqlClient.Resources.ToolBox.PgConnection.bmp" /> |