Update
authorMiguel de Icaza <miguel@gnome.org>
Wed, 28 Jan 2009 21:04:56 +0000 (21:04 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Wed, 28 Jan 2009 21:04:56 +0000 (21:04 -0000)
svn path=/trunk/mono/; revision=124848

msvc/README

index 82498c70e326f8f3d9c5507a20582c9d2afd28df..1537d91921218dcae7d406e5bfcfb3aece212ec8 100755 (executable)
@@ -3,14 +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.
-
-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.
+       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.