Author: kostat
Date: 2006-04-02 05:38:41 -0400 (Sun, 02 Apr 2006)
New Revision: 58914
Modified:
Log:
merge -r 58912:58913
Modified:
2006-04-02 09:37:30 UTC (rev 58913)
2006-04-02 09:38:41 UTC (rev 58914)
@@ -3,11 +3,24 @@
include //build/rules.make
LIBRARY = System.DClient.dll
+ifeq (net_1_1_java, $(PRFILE))
+LIB_MCS_FLAGS = \
+ -r:rt.dll \
+ -r:J2SE.Helpers.dll \
+ /r:System.dll \
+ /r:System.Xml.dll / \
+ -nowarn:649 -nowarn:169 -nowarn:219 -nowarn:168 -nowarn:1595 \
+ -r:$(corlib) \
+ -r:System.Xml.dll \
+ /r:System.Drawing.dll
+
+else
LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll \
/r:System.Xml.dll /r:System.Data.dll \
/ \
/r:System.Drawing.dll \
/nowarn:649 /nowarn:169
+endif
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) /nowarn:618
Mono-patches maillist - Mono-patches (AT) lists (DOT) ximian.com