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-01-24 01:26:28 +0300
committerFrancisco Figueiredo Jr. <fxjr@mono-cvs.ximian.com>2005-01-24 01:26:28 +0300
commit01385e1b0aaf5b631288313cb60c9a78710d53f7 (patch)
treef3cb49b97694a0a00e8f50bb47b03ace7ba25794 /mcs/class/Npgsql/Makefile
parent133d6848ed28702ac64dd991ed6950af32baae1b (diff)
2005-01-23 Francisco Figueiredo Jr. <fxjrlists@yahoo.com>
* NpgsqlTypes/NpgsqlTypes.cs, Npgsql.dll.sources, Npgsql/NpgsqlParameter.cs, Npgsql/NpgsqlConnection.cs, Npgsql/NpgsqlCommand.cs, Npgsql/NpgsqlParameterCollection.cs, Makefile: Removed System.Drawing, System.Windows.Forms and System.Design dependency. * NpgsqlTypes/NpgsqlTypesHelper.cs: Added patch for gborg 1121. Thanks regmaster (regmaster at gmx dot li) and torben (torben-spam-npsql at nehmer dot net) for patch. svn path=/trunk/mcs/; revision=39389
Diffstat (limited to 'mcs/class/Npgsql/Makefile')
-rwxr-xr-xmcs/class/Npgsql/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/mcs/class/Npgsql/Makefile b/mcs/class/Npgsql/Makefile
index c7023c9cd52..0e49347d0db 100755
--- a/mcs/class/Npgsql/Makefile
+++ b/mcs/class/Npgsql/Makefile
@@ -7,8 +7,7 @@ LIBRARY = Npgsql.dll
LIBRARY_SNK = Npgsql/Npgsql.snk
LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll /r:System.Xml.dll \
- /r:System.Data.dll /r:System.Drawing.dll \
- /r:System.Windows.Forms.dll /r:System.Design.dll \
+ /r:System.Data.dll \
/r:Mono.Security.dll \
@Npgsql.dll.resources