Skip to content

Files

This branch is 208 commits behind Unity-Technologies/mono:mono-bisect.

msvc

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
May 13, 2009
Feb 28, 2009
May 9, 2010
May 13, 2007
Jan 28, 2009
May 2, 2009
Apr 28, 2008
Oct 10, 2011
Feb 2, 2011
Apr 27, 2007
Apr 27, 2007
Apr 27, 2007
Apr 27, 2007
Feb 2, 2011
Feb 2, 2011
Oct 26, 2010
Oct 10, 2011
Dec 28, 2011
Feb 2, 2011
Aug 4, 2009
Aug 4, 2009
Aug 4, 2009
Aug 4, 2009
Apr 7, 2010
Feb 2, 2011
Oct 26, 2010
Apr 4, 2008
Apr 24, 2009
May 3, 2009
May 1, 2009
May 1, 2009
Oct 26, 2010
May 1, 2009
Sep 14, 2007
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.