Tagging 2.4.2.3 (but will be reverting debugger changes, not releasing
[mono.git] / msvc / README
blob82498c70e326f8f3d9c5507a20582c9d2afd28df
1 README                                  Last updated: 2007-03-09
4 INTRODUCTION
6 This directory (msvc) serves as a central location for 
7 all things needed to build the mono runtime using 
8 Microsoft Visual Studio.
10 When new exported API calls are added to the runtime, issue the
11 command:
12         make update-def
13 in this directory and commit the resulting mono.def file.
14 This must happen on a Linux system, because we get the list
15 of the exported symbols from the generated shared library.