[pgsqlclient-checkins] pgsqlclient_10 makefile,1.4,1.5
Status: Inactive
Brought to you by:
carlosga_fb
From: <car...@us...> - 2003-10-03 22:55:37
|
Update of /cvsroot/pgsqlclient/pgsqlclient_10 In directory sc8-pr-cvs1:/tmp/cvs-serv23165 Modified Files: makefile Log Message: Updated makefile Index: makefile =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/makefile,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** makefile 2 Oct 2003 17:21:21 -0000 1.4 --- makefile 3 Oct 2003 22:55:22 -0000 1.5 *************** *** 1,3 **** ! TLS = PgSqlClient.Security.Tls.dll LIBRARY = PostgreSql.Data.PgSqlClient.dll --- 1,3 ---- ! TLS = System.Security.Tls.dll LIBRARY = PostgreSql.Data.PgSqlClient.dll *************** *** 17,25 **** DEFINE = -define:_DEBUG ! PgSqlClient.Security.Tls.dll: $(CSC) -target:library -out:$(TLS) $(LD_TLS_FLAGS) $(DEFINE) $(RECURSE_TLS) PostgreSql.Data.PgSqlClient.dll: ! $(CSC) -target:library -out:$(LIBRARY) $(LD_FLAGS) -reference:PgSqlClient.Security.Tls.dll $(DEFINE) $(TOOL_RESOURCES) $(RECURSE_SOURCE) install: --- 17,25 ---- DEFINE = -define:_DEBUG ! System.Security.Tls.dll: $(CSC) -target:library -out:$(TLS) $(LD_TLS_FLAGS) $(DEFINE) $(RECURSE_TLS) PostgreSql.Data.PgSqlClient.dll: ! $(CSC) -target:library -out:$(LIBRARY) $(LD_FLAGS) -reference:System.Security.Tls.dll $(DEFINE) $(TOOL_RESOURCES) $(RECURSE_SOURCE) install: |