1 README Last updated: 2007-03-09
6 This directory (msvc) serves as a central location for all
7 things needed to build the mono runtime using Microsoft Visual
12 From this directory type:
14 msbuild.exe mono.sln /p:Configuration=Debug_eglib
16 msbuild must be in your path, it comes with the .NET Framework.
20 When new exported API calls are added to the runtime, issue the
25 in this directory and commit the resulting mono.def file.
27 This must happen on a Linux system, because we get the list of
28 the exported symbols from the generated shared library.