[pgsqlclient-checkins] pgsqlclient_10 Build.bat,1.2,1.3
Status: Inactive
Brought to you by:
carlosga_fb
From: Carlos G. Á. <car...@us...> - 2004-07-21 08:05:41
|
Update of /cvsroot/pgsqlclient/pgsqlclient_10 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7787 Modified Files: Build.bat Log Message: Prepare for beta 7 Index: Build.bat =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/Build.bat,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Build.bat 8 Feb 2004 22:24:37 -0000 1.2 --- Build.bat 21 Jul 2004 08:05:32 -0000 1.3 *************** *** 1,2 **** ! nant -buildfile:PgSqlClient.build -verbose %1 %2 %3 %4 pause --- 1,2 ---- ! nant -buildfile:PgSqlClient.build %1 %2 %3 %4 pause |