summaryrefslogtreecommitdiff
path: root/msvc/README
blob: 1537d91921218dcae7d406e5bfcfb3aece212ec8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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.