X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=msvc%2FREADME;h=1537d91921218dcae7d406e5bfcfb3aece212ec8;hb=5be248c40a72ec3409d3b3d20ffbacd7007a2b05;hp=f0f0d25c598750bd51d6014b55ec1d514adea0bd;hpb=746ad623497390b45bb4af6827e26d0cb5ed5d3f;p=mono.git diff --git a/msvc/README b/msvc/README index f0f0d25c598..1537d919212 100755 --- a/msvc/README +++ b/msvc/README @@ -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. +