Browse Source

* Makefile (LIBRARY_USE_INTERMEDIATE_FILE): Define. Avoid sharing
violations on Windows builds.

svn path=/trunk/mcs/; revision=47685

Raja R Harinath 20 years ago
parent
commit
d0ef4e812f

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

@@ -1,3 +1,8 @@
+2005-07-26  Raja R Harinath  <[email protected]>
+
+	* Makefile (LIBRARY_USE_INTERMEDIATE_FILE): Define.  Avoid sharing
+	violations on Windows builds.
+
 2005-07-01  Lluis Sanchez Gual  <[email protected]>
 
 	* System.Configuration.dll.sources: Added new files:

+ 2 - 0
mcs/class/System.Configuration/Makefile

@@ -3,6 +3,8 @@ SUBDIRS =
 include ../../build/rules.make
 
 LIBRARY = System.Configuration.dll
+LIBRARY_USE_INTERMEDIATE_FILE = yes
+
 LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll /r:System.Xml.dll
 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)