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:
authorRaja R Harinath <harinath@hurrynot.org>2004-06-21 16:08:12 +0400
committerRaja R Harinath <harinath@hurrynot.org>2004-06-21 16:08:12 +0400
commitf3834ac171676391c566a55dd71e3c74b53beed8 (patch)
treed14ab082d8f3906f55a0ee808126f54d0f446480 /mcs/class/Npgsql/Makefile
parentdbc4617b0c6fa91963cb513640222eb7591a1d29 (diff)
(LIBRARY_SNK): Sign with Npgsql/Npgsql.snk.
svn path=/trunk/mcs/; revision=30028
Diffstat (limited to 'mcs/class/Npgsql/Makefile')
-rwxr-xr-xmcs/class/Npgsql/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/Npgsql/Makefile b/mcs/class/Npgsql/Makefile
index 262b22cf1ce..05d961f5e3a 100755
--- a/mcs/class/Npgsql/Makefile
+++ b/mcs/class/Npgsql/Makefile
@@ -7,7 +7,7 @@ OVERRIDE_BARE_TARGETS = 1
include ../../build/rules.make
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 \