Bläddra i källkod

2004-11-25 Atsushi Enomoto <[email protected]>

	* Makefile : added LIBRARY_COMPILE condition for upcoming need to
	  be referenced in bootstrap.



svn path=/trunk/mcs/; revision=36536
Atsushi Eno 21 år sedan
förälder
incheckning
1d9c698c9d
2 ändrade filer med 9 tillägg och 0 borttagningar
  1. 5 0
      mcs/class/System.XML/ChangeLog
  2. 4 0
      mcs/class/System.XML/Makefile

+ 5 - 0
mcs/class/System.XML/ChangeLog

@@ -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.

+ 4 - 0
mcs/class/System.XML/Makefile

@@ -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)