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-27 14:12:34 +0300
committerFrancisco Figueiredo Jr. <fxjr@mono-cvs.ximian.com>2005-01-27 14:12:34 +0300
commit446e7c62fc910fdfddc4420aa216303782032d86 (patch)
treecc8e5c575986bf94062d05ebe6700d71e1b2b682 /mcs/class/Npgsql/Makefile
parentb027f94ea1a803528061800f61dddd0f921af132 (diff)
2005-01-27 Francisco Figueiredo Jr. <fxjrlists@yahoo.com.br>
* Npgsql/NpgsqlParameter.cs, Npgsql/NpgsqlConnection.cs, Npgsql/NpgsqlCommand.cs, Npgsql/NpgsqlParameterCollection.cs, Makefile: Fixed problem when compiling Npgsql with Mono on windows with cygwin. Thanks Atsushi Enomoto(atsushi at ximian dot com) for heads up and Rafael Teixeira(monoman at gmail dot com) for fix. svn path=/trunk/mcs/; revision=39635
Diffstat (limited to 'mcs/class/Npgsql/Makefile')
-rwxr-xr-xmcs/class/Npgsql/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/mcs/class/Npgsql/Makefile b/mcs/class/Npgsql/Makefile
index 1210604f45b..0e49347d0db 100755
--- a/mcs/class/Npgsql/Makefile
+++ b/mcs/class/Npgsql/Makefile
@@ -9,7 +9,6 @@ LIBRARY_SNK = Npgsql/Npgsql.snk
LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll /r:System.Xml.dll \
/r:System.Data.dll \
/r:Mono.Security.dll \
- /d:__MonoCS__ \
@Npgsql.dll.resources
TEST_MCS_FLAGS = /r:$(corlib) /r:System.dll /r:System.Xml.dll \