Browse Source

2005-08-21 Francisco Figueiredo Jr. <[email protected]>
* Makefile,
Npgsql.dll.resources: Removed references to design time support. This is not needed when compiling Npgsql with mono.




svn path=/trunk/mcs/; revision=48633

Francisco Figueiredo Jr. 20 years ago
parent
commit
8b8f6bfccf
3 changed files with 5 additions and 6 deletions
  1. 4 0
      mcs/class/Npgsql/ChangeLog
  2. 1 2
      mcs/class/Npgsql/Makefile
  3. 0 4
      mcs/class/Npgsql/Npgsql.dll.resources

+ 4 - 0
mcs/class/Npgsql/ChangeLog

@@ -1,3 +1,7 @@
+2005-08-21  Francisco Figueiredo Jr.  <[email protected]>
+	* Makefile,
+	Npgsql.dll.resources: Removed references to design time support. This is not needed when compiling Npgsql with mono.
+
 2005-08-06  Francisco Figueiredo Jr.  <[email protected]>
 
         * NpgsqlCommand.cs: Fixed problem when using commandtype.storedprocedure with command texts which have parameters with ' or any other value which needed to be escaped. Now they are properly handled. Thanks Dalibor (dalxxx at email dot com) for heads up and tests.

+ 1 - 2
mcs/class/Npgsql/Makefile

@@ -52,8 +52,7 @@ RESX_RES = \
 	Npgsql/NpgsqlEventLog.resources				\
 	Npgsql/NpgsqlException.resources			\
 	Npgsql/PGUtil.resources					\
-	NpgsqlTypes/NpgsqlTypesHelper.resources			\
-	Npgsql/Design/ConnectionStringEditorForm.resources
+	NpgsqlTypes/NpgsqlTypesHelper.resources			
 
 include ../../build/library.make
 

+ 0 - 4
mcs/class/Npgsql/Npgsql.dll.resources

@@ -1,6 +1,3 @@
--resource:Npgsql/NpgsqlConnection.bmp,Npgsql.NpgsqlConnection.bmp
--resource:Npgsql/NpgsqlCommand.bmp,Npgsql.NpgsqlCommand.bmp
--resource:Npgsql/NpgsqlDataAdapter.bmp,Npgsql.NpgsqlDataAdapter.bmp
 -resource:Npgsql/NpgsqlState.resources,Npgsql.NpgsqlState.resources
 -resource:Npgsql/NpgsqlClosedState.resources,Npgsql.NpgsqlClosedState.resources
 -resource:Npgsql/NpgsqlParameterCollection.resources,Npgsql.NpgsqlParameterCollection.resources
@@ -14,6 +11,5 @@
 -resource:Npgsql/NpgsqlException.resources,Npgsql.NpgsqlException.resources
 -resource:Npgsql/PGUtil.resources,Npgsql.PGUtil.resources
 -resource:NpgsqlTypes/NpgsqlTypesHelper.resources,NpgsqlTypes.NpgsqlTypesHelper.resources
--resource:Npgsql/Design/ConnectionStringEditorForm.resources,Npgsql.Design.ConnectionStringEditorForm.resources