Imported Upstream version 3.6.0

Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
This commit is contained in:
Jo Shields
2014-08-13 10:39:27 +01:00
commit a575963da9
50588 changed files with 8155799 additions and 0 deletions

29
msvc/README Executable file
View File

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