[w32file] Move MonoIO.Find{First,Next,Close} to managed
[mono.git] / msvc / README
index f0f0d25c598750bd51d6014b55ec1d514adea0bd..1537d91921218dcae7d406e5bfcfb3aece212ec8 100755 (executable)
@@ -3,6 +3,27 @@ README                                 Last updated: 2007-03-09
 
 INTRODUCTION
 
-This directory (msvc) serves as a central location for 
-all things needed to build the mono runtime using 
-Microsoft Visual Studio.
\ No newline at end of file
+       This directory (msvc) serves as a central location for all
+       things needed to build the mono runtime using Microsoft Visual
+       Studio.
+
+BUILDING
+
+       From this directory type:
+
+            msbuild.exe mono.sln /p:Configuration=Debug_eglib
+
+       msbuild must be in your path, it comes with the .NET Framework.
+
+MAINTENANCE
+
+       When new exported API calls are added to the runtime, issue the
+       command:
+
+               make update-def
+
+       in this directory and commit the resulting mono.def file.
+
+       This must happen on a Linux system, because we get the list of
+       the exported symbols from the generated shared library.
+