[pgsqlclient-checkins] pgsqlclient_10 makefile,1.6,1.7
Status: Inactive
Brought to you by:
carlosga_fb
From: <car...@us...> - 2003-10-09 14:59:50
|
Update of /cvsroot/pgsqlclient/pgsqlclient_10 In directory sc8-pr-cvs1:/tmp/cvs-serv6297 Modified Files: makefile Log Message: Updated makefile Index: makefile =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/makefile,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** makefile 5 Oct 2003 16:43:16 -0000 1.6 --- makefile 9 Oct 2003 14:59:46 -0000 1.7 *************** *** 18,22 **** RECURSE_TLS = -recurse:./PgSqlClient.Security.Tls/source/*.cs RECURSE_SOURCE = -recurse:./PostgreSql.Data.PgSqlClient/source/*.cs ! RECURSE_TESTS = -recurse:./PostgreSql.Data.PgSqlClient.UnitTests/source/*.cs # COnfiguration files --- 18,22 ---- RECURSE_TLS = -recurse:./PgSqlClient.Security.Tls/source/*.cs RECURSE_SOURCE = -recurse:./PostgreSql.Data.PgSqlClient/source/*.cs ! RECURSE_TESTS = -recurse:./PostgreSql.Data.PgSqlClient.UnitTests/source/*.cs # COnfiguration files *************** *** 33,37 **** PostgreSql.Data.PgSqlClient.UnitTests.dll: - $(CSC) -target:library -out:$(NUNIT_SUITE) $(LD_BASIC_FLAGS) -reference:${LIBRARY} -reference:NUnit.Framework.dll $(DEFINE) $(TOOL_RESOURCES) $(RECURSE_TESTS) --- 33,36 ---- *************** *** 47,49 **** rm $(TLS) rm $(LIBRARY) ! rm ${NUNIT_SUITE \ No newline at end of file --- 46,48 ---- rm $(TLS) rm $(LIBRARY) ! rm ${NUNIT_SUITE} \ No newline at end of file |