1537d91921218dcae7d406e5bfcfb3aece212ec8
[mono.git] / msvc / README
1 README                                  Last updated: 2007-03-09
2
3
4 INTRODUCTION
5
6         This directory (msvc) serves as a central location for all
7         things needed to build the mono runtime using Microsoft Visual
8         Studio.
9
10 BUILDING
11
12         From this directory type:
13
14              msbuild.exe mono.sln /p:Configuration=Debug_eglib
15
16         msbuild must be in your path, it comes with the .NET Framework.
17
18 MAINTENANCE
19
20         When new exported API calls are added to the runtime, issue the
21         command:
22
23                 make update-def
24
25         in this directory and commit the resulting mono.def file.
26
27         This must happen on a Linux system, because we get the list of
28         the exported symbols from the generated shared library.
29