README 637 B

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