README 453 B

12345678910111213141516
  1. README Last updated: 2007-03-09
  2. INTRODUCTION
  3. This directory (msvc) serves as a central location for
  4. all things needed to build the mono runtime using
  5. Microsoft Visual Studio.
  6. When new exported API calls are added to the runtime, issue the
  7. command:
  8. make update-def
  9. in this directory and commit the resulting mono.def file.
  10. This must happen on a Linux system, because we get the list
  11. of the exported symbols from the generated shared library.