Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancisco Figueiredo Jr. <fxjr@mono-cvs.ximian.com>2005-12-09 16:13:36 +0300
committerFrancisco Figueiredo Jr. <fxjr@mono-cvs.ximian.com>2005-12-09 16:13:36 +0300
commit41ff85f532b26ae623e629e3c0068cd45656db93 (patch)
tree47b77f0ccffc962380baba6f8147416897850632 /mcs/class/Npgsql/Makefile
parent3a0beb268ee7984f492320e4f386f7922f40a452 (diff)
2005-12-09 Francisco Figueiredo Jr. <fxjrlists@yahoo.com.br>
Npgsql/NpgsqlError.cs, Npgsql/NpgsqlParameter.cs, Npgsql/NpgsqlConnectionString.cs, Npgsql/NpgsqlConnection.cs, Npgsql/NpgsqlSchema.cs, Npgsql/NpgsqlClosedState.cs, Npgsql/NpgsqlCommand.cs, Npgsql/NpgsqlState.cs, Npgsql/NpgsqlAsciiRow.cs, Npgsql/NpgsqlConnectorPool.cs, Npgsql/NpgsqlConnector.cs, Npgsql/NpgsqlQuery.cs, Npgsql/NpgsqlRowDescription.cs, Npgsql/NpgsqlCommandBuilder.cs, Npgsql/NpgsqlDataReader.cs, Npgsql/NpgsqlException.cs, Npgsql/NpgsqlMediator.cs, Npgsql/NpgsqlReadyState.cs, Npgsql/NpgsqlEventLog.cs, Npgsql.dll.resources, NpgsqlTypes/NpgsqlTypeConverters.cs, NpgsqlTypes/NpgsqlTypesHelper.cs, Makefile: Updated to 1.0beta1 svn path=/trunk/mcs/; revision=54161
Diffstat (limited to 'mcs/class/Npgsql/Makefile')
-rwxr-xr-xmcs/class/Npgsql/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/mcs/class/Npgsql/Makefile b/mcs/class/Npgsql/Makefile
index 34a9158755b..9a4d68dd120 100755
--- a/mcs/class/Npgsql/Makefile
+++ b/mcs/class/Npgsql/Makefile
@@ -52,6 +52,7 @@ RESX_RES = \
Npgsql/NpgsqlEventLog.resources \
Npgsql/NpgsqlException.resources \
Npgsql/PGUtil.resources \
+ Npgsql/NpgsqlConnectionString.resources \
NpgsqlTypes/NpgsqlTypesHelper.resources
include ../../build/library.make