Author: raja
Date: 2005-05-09 05:21:31 -0400 (Mon, 09 May 2005)
New Revision: 44254

Modified:
   trunk/mcs/class/corlib/ChangeLog
   trunk/mcs/class/corlib/Makefile
Log:
* Makefile (TEST_COMPILE): Set MONO_PATH.


Modified: trunk/mcs/class/corlib/ChangeLog
===================================================================
--- trunk/mcs/class/corlib/ChangeLog    2005-05-09 09:21:17 UTC (rev 44253)
+++ trunk/mcs/class/corlib/ChangeLog    2005-05-09 09:21:31 UTC (rev 44254)
@@ -1,3 +1,7 @@
+2005-05-09  Raja R Harinath  <[EMAIL PROTECTED]>
+
+       * Makefile (TEST_COMPILE): Set MONO_PATH.
+
 2005-04-27  Sebastien Pouliot  <[EMAIL PROTECTED]>
 
        * corlib.dll.sources: Added new classes in System.Security and some

Modified: trunk/mcs/class/corlib/Makefile
===================================================================
--- trunk/mcs/class/corlib/Makefile     2005-05-09 09:21:17 UTC (rev 44253)
+++ trunk/mcs/class/corlib/Makefile     2005-05-09 09:21:31 UTC (rev 44254)
@@ -51,7 +51,7 @@
 HAVE_CS_TESTS = $(plattestlib).sources
 
 ## for now, compiling the testsuite with CSC causes CS0583.  So compile with 
internal MCS
-TEST_COMPILE = $(INTERNAL_MCS) $(USE_MCS_FLAGS)
+TEST_COMPILE = 
MONO_PATH="$(topdir)/class/lib/$(PROFILE)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" 
$(INTERNAL_MCS) $(USE_MCS_FLAGS)
 endif
 
 ifdef PLATFORM_MONO_NATIVE

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to