Author: atsushi
Date: 2005-04-26 14:09:26 -0400 (Tue, 26 Apr 2005)
New Revision: 43609
Modified:
trunk/mcs/class/I18N/CJK/Makefile
trunk/mcs/class/I18N/Common/Makefile
trunk/mcs/class/I18N/MidEast/Makefile
trunk/mcs/class/I18N/Other/Makefile
trunk/mcs/class/I18N/Rare/Makefile
trunk/mcs/class/I18N/West/Makefile
Log:
2005-04-26 Atsushi Enomoto <[EMAIL PROTECTED]>
*/Makefile :
Fixed file sharing violation when built under net_2_0* profile
on Windows.
Modified: trunk/mcs/class/I18N/CJK/Makefile
===================================================================
--- trunk/mcs/class/I18N/CJK/Makefile 2005-04-26 17:23:40 UTC (rev 43608)
+++ trunk/mcs/class/I18N/CJK/Makefile 2005-04-26 18:09:26 UTC (rev 43609)
@@ -3,6 +3,7 @@
include ../../../build/rules.make
LIBRARY = I18N.CJK.dll
+LIBRARY_USE_INTERMEDIATE_FILE = yes
LOCAL_MCS_FLAGS = /unsafe /resource:big5.table /resource:gb2312.table
/resource:jis.table /resource:ks.table /r:$(corlib) /r:I18N.dll
NO_TEST = yes
Modified: trunk/mcs/class/I18N/Common/Makefile
===================================================================
--- trunk/mcs/class/I18N/Common/Makefile 2005-04-26 17:23:40 UTC (rev
43608)
+++ trunk/mcs/class/I18N/Common/Makefile 2005-04-26 18:09:26 UTC (rev
43609)
@@ -3,6 +3,7 @@
include ../../../build/rules.make
LIBRARY = I18N.dll
+LIBRARY_USE_INTERMEDIATE_FILE = yes
LOCAL_MCS_FLAGS = /r:$(corlib)
NO_TEST = yes
Modified: trunk/mcs/class/I18N/MidEast/Makefile
===================================================================
--- trunk/mcs/class/I18N/MidEast/Makefile 2005-04-26 17:23:40 UTC (rev
43608)
+++ trunk/mcs/class/I18N/MidEast/Makefile 2005-04-26 18:09:26 UTC (rev
43609)
@@ -3,6 +3,7 @@
include ../../../build/rules.make
LIBRARY = I18N.MidEast.dll
+LIBRARY_USE_INTERMEDIATE_FILE = yes
LOCAL_MCS_FLAGS = /r:$(corlib) /r:I18N.dll
NO_TEST = yes
Modified: trunk/mcs/class/I18N/Other/Makefile
===================================================================
--- trunk/mcs/class/I18N/Other/Makefile 2005-04-26 17:23:40 UTC (rev 43608)
+++ trunk/mcs/class/I18N/Other/Makefile 2005-04-26 18:09:26 UTC (rev 43609)
@@ -3,6 +3,7 @@
include ../../../build/rules.make
LIBRARY = I18N.Other.dll
+LIBRARY_USE_INTERMEDIATE_FILE = yes
LOCAL_MCS_FLAGS = /r:$(corlib) /r:I18N.dll
NO_TEST = yes
Modified: trunk/mcs/class/I18N/Rare/Makefile
===================================================================
--- trunk/mcs/class/I18N/Rare/Makefile 2005-04-26 17:23:40 UTC (rev 43608)
+++ trunk/mcs/class/I18N/Rare/Makefile 2005-04-26 18:09:26 UTC (rev 43609)
@@ -3,6 +3,7 @@
include ../../../build/rules.make
LIBRARY = I18N.Rare.dll
+LIBRARY_USE_INTERMEDIATE_FILE = yes
LOCAL_MCS_FLAGS = /r:$(corlib) /r:I18N.dll
NO_TEST = yes
Modified: trunk/mcs/class/I18N/West/Makefile
===================================================================
--- trunk/mcs/class/I18N/West/Makefile 2005-04-26 17:23:40 UTC (rev 43608)
+++ trunk/mcs/class/I18N/West/Makefile 2005-04-26 18:09:26 UTC (rev 43609)
@@ -3,6 +3,7 @@
include ../../../build/rules.make
LIBRARY = I18N.West.dll
+LIBRARY_USE_INTERMEDIATE_FILE = yes
LOCAL_MCS_FLAGS = /r:$(corlib) /r:I18N.dll
NO_TEST = yes
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches