From 5d71c240ac4edcb5fde493d78ed12363062d71e6 Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Wed, 23 Nov 2005 04:16:38 +0000 Subject: Bling fix to #76607 svn path=/trunk/mcs/; revision=53378 --- mcs/class/Novell.Directory.Ldap/Makefile | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'mcs/class/Novell.Directory.Ldap') 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 -- cgit v1.2.3