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