PROFILE net_1_1_java dependencies correction
authorKonstantin Triger <kostat@mono-cvs.ximian.com>
Thu, 30 Mar 2006 17:27:03 +0000 (17:27 -0000)
committerKonstantin Triger <kostat@mono-cvs.ximian.com>
Thu, 30 Mar 2006 17:27:03 +0000 (17:27 -0000)
svn path=/trunk/mcs/; revision=58808

mcs/class/Novell.Directory.Ldap/Makefile

index 1225d63df4023d831a4efae9df2ea2df7807b738..c5bfcea59efb9944419aa6557f64f047e568240d 100644 (file)
@@ -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