Xamarin Public Jenkins d11e8b35fd Imported Upstream version 4.2.1.124
Former-commit-id: 3b6a300a4ce80578c93599ba6e26a8f66743cde0
2015-12-09 05:54:53 -05:00
..
2014-08-13 10:39:27 +01:00
2014-08-13 10:39:27 +01:00
2015-05-14 10:55:10 -04:00
2015-12-09 05:54:53 -05:00
2015-11-10 14:54:39 +00:00
2015-12-09 05:54:53 -05:00
2014-08-13 10:39:27 +01:00
2014-08-13 10:39:27 +01:00
2014-08-13 10:39:27 +01:00
2015-01-13 10:44:36 +00:00

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.