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:
Diffstat (limited to 'mcs/class/Novell.Directory.Ldap/Makefile')
-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