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:
authorMiguel de Icaza <miguel@gnome.org>2005-11-23 07:16:38 +0300
committerMiguel de Icaza <miguel@gnome.org>2005-11-23 07:16:38 +0300
commit5d71c240ac4edcb5fde493d78ed12363062d71e6 (patch)
tree6e87f47b41b4a7a5837fa9ecead8392029982ceb /mcs/class/Novell.Directory.Ldap
parent5e1ee60198edc8210e5a2df8db1b98b81f3d4d9a (diff)
Bling fix to #76607
svn path=/trunk/mcs/; revision=53378
Diffstat (limited to 'mcs/class/Novell.Directory.Ldap')
-rw-r--r--mcs/class/Novell.Directory.Ldap/Makefile12
1 files changed, 11 insertions, 1 deletions
diff --git a/mcs/class/Novell.Directory.Ldap/Makefile b/mcs/class/Novell.Directory.Ldap/Makefile
index a9649a12489..66e115c3a1f 100644
--- a/mcs/class/Novell.Directory.Ldap/Makefile
+++ b/mcs/class/Novell.Directory.Ldap/Makefile
@@ -7,7 +7,8 @@ LIB_MCS_FLAGS = \
/nowarn:649 /nowarn:169 /nowarn:219 /nowarn:168 \
-r:$(corlib) \
-r:System.dll \
- -r:Mono.Security.dll
+ -r:Mono.Security.dll \
+ $(RESX_RES:%=/res:%)
ifeq (net_1_1_java, $(PROFILE))
LIB_MCS_FLAGS += \
@@ -18,3 +19,12 @@ endif
NO_TEST = yes
include ../../build/library.make
+
+RESULTCODE_MESSAGES = Novell.Directory.Ldap.Utilclass/ResultCodeMessages.resources
+
+RESX_RES = $(RESULTCODE_MESSAGES)
+
+$(the_lib): $(RESULTCODE_MESSAGES)
+
+$(RESULTCODE_MESSAGES): Novell.Directory.Ldap.Utilclass/ResultCodeMessages.txt
+ $(RESGEN) $< $@ \ No newline at end of file