2010-04-16 Sebastien Pouliot <sebastien@ximian.com>
[mono/afaerber.git] / msvc / README
blob1537d91921218dcae7d406e5bfcfb3aece212ec8
1 README                                  Last updated: 2007-03-09
4 INTRODUCTION
6         This directory (msvc) serves as a central location for all
7         things needed to build the mono runtime using Microsoft Visual
8         Studio.
10 BUILDING
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.
18 MAINTENANCE
20         When new exported API calls are added to the runtime, issue the
21         command:
23                 make update-def
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.