Update of /cvsroot/pgsqlclient/pgsqlclient_10
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14327
Modified Files:
PgSqlClient.build
Log Message:
Updated mono build of the nant script
Index: PgSqlClient.build
===================================================================
RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/PgSqlClient.build,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** PgSqlClient.build 8 Feb 2004 22:24:38 -0000 1.11
--- PgSqlClient.build 9 Feb 2004 11:54:38 -0000 1.12
***************
*** 220,223 ****
--- 220,224 ----
<arg value="/resource:${resources.dir}\Toolbox\PgDataAdapter.bmp,PostgreSql.Data.PgSqlClient.Resources.ToolBox.PgDataAdapter.bmp" />
<arg value="/optimize+" />
+ <arg value="/unsafe" />
</csc>
</target>
|