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:
authorKonstantin Triger <kostat@mono-cvs.ximian.com>2006-03-30 21:27:03 +0400
committerKonstantin Triger <kostat@mono-cvs.ximian.com>2006-03-30 21:27:03 +0400
commit4099c9f114ccb68dfea38aa1860a66898540dcbf (patch)
tree5843ff96a86298dadd8bf1e95f93c5e4686a76dc /mcs/class/Novell.Directory.Ldap
parent57181140838ad785408720d803ae1e70c325a3ea (diff)
PROFILE net_1_1_java dependencies correction
svn path=/trunk/mcs/; revision=58808
Diffstat (limited to 'mcs/class/Novell.Directory.Ldap')
-rw-r--r--mcs/class/Novell.Directory.Ldap/Makefile15
1 files changed, 10 insertions, 5 deletions
diff --git a/mcs/class/Novell.Directory.Ldap/Makefile b/mcs/class/Novell.Directory.Ldap/Makefile
index 1225d63df40..c5bfcea59ef 100644
--- a/mcs/class/Novell.Directory.Ldap/Makefile
+++ b/mcs/class/Novell.Directory.Ldap/Makefile
@@ -3,17 +3,22 @@ SUBDIRS =
include ../../build/rules.make
LIBRARY = Novell.Directory.Ldap.dll
+
+ifeq (net_1_1_java, $(PROFILE))
+LIB_MCS_FLAGS = \
+ /nowarn:649 /nowarn:169 /nowarn:219 /nowarn:168 \
+ -r:$(corlib) \
+ -r:System.dll \
+ -r:rt.dll \
+ -r:J2SE.Helpers.dll \
+ $(RESX_RES:%=/res:%)
+else
LIB_MCS_FLAGS = \
/nowarn:649 /nowarn:169 /nowarn:219 /nowarn:168 \
-r:$(corlib) \
-r:System.dll \
-r:Mono.Security.dll \
$(RESX_RES:%=/res:%)
-
-ifeq (net_1_1_java, $(PROFILE))
-LIB_MCS_FLAGS += \
- -r:rt.dll \
- -r:J2SE.Helpers.dll
endif
NO_TEST = yes