* Makefile : added LIBRARY_COMPILE condition for upcoming need to be referenced in bootstrap. svn path=/trunk/mcs/; revision=36536
@@ -1,3 +1,8 @@
+2004-11-25 Atsushi Enomoto <[email protected]>
+
+ * Makefile : added LIBRARY_COMPILE condition for upcoming need to
+ be referenced in bootstrap.
2004-11-22 Atsushi Enomoto <[email protected]>
* System.Xml.dll.sources : added XmlSchemaInfo.cs.
@@ -11,6 +11,10 @@ else
SCARY_LIB=/lib:$(prefix)/lib /noconfig
endif
+ifdef USE_BOOT_COMPILE
+LIBRARY_COMPILE = $(BOOT_COMPILE)
+endif
LIB_MCS_FLAGS = $(SCARY_LIB) /unsafe /r:$(corlib) /r:System.dll /nowarn:0162 /nowarn:0618 /nowarn:0612
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)