Miguel de Icaza 7bf9a04a99 2009-08-04 Miguel de Icaza <[email protected]> 16 anni fa
..
scripts 6821167f59 Add initial solution generation support. This generates a solution with all mcs assemblies. It does not handle dependencies yet. Also, it brings Visual Studio to a standstill, so it's not really usable for editing. 16 anni fa
.gitignore 1cbad8abc3 Create .gitignore's. 17 anni fa
ChangeLog 69fc48204d 2009-04-24 Bill Holmes <[email protected]> 16 anni fa
Makefile.am 697129ca18 * Makefile.am (VCPROJS): New. 18 anni fa
README 52030ae183 Update 17 anni fa
classlibs.sln 67e68c8c46 First two assemblies, will probably autogenerate this later 16 anni fa
create-windef.pl b06a638552 Mono runtime: Add support for mixed-mode assemblies. Contributed under MIT/X11 license. 17 anni fa
eglib.vcproj 7bf9a04a99 2009-08-04 Miguel de Icaza <[email protected]> 16 anni fa
genmdesc.vcproj 7bf9a04a99 2009-08-04 Miguel de Icaza <[email protected]> 16 anni fa
getopt.c 10f6ce36d0 2007-04-27 Jonathan Chambers <[email protected]> 18 anni fa
getopt.h 10f6ce36d0 2007-04-27 Jonathan Chambers <[email protected]> 18 anni fa
getopt_long.c 10f6ce36d0 2007-04-27 Jonathan Chambers <[email protected]> 18 anni fa
getopt_long.h 10f6ce36d0 2007-04-27 Jonathan Chambers <[email protected]> 18 anni fa
libgc.vcproj 7bf9a04a99 2009-08-04 Miguel de Icaza <[email protected]> 16 anni fa
libmono.vcproj 7bf9a04a99 2009-08-04 Miguel de Icaza <[email protected]> 16 anni fa
libtest.vcproj e934fc150e Upgrade to 2008 16 anni fa
mono.def c29c33897d 2009-03-05 Bill Holmes <[email protected]> 17 anni fa
mono.sln eed9f68b78 Buidl jay as well 16 anni fa
mono.vcproj 7bf9a04a99 2009-08-04 Miguel de Icaza <[email protected]> 16 anni fa
monoburg.vcproj 7bf9a04a99 2009-08-04 Miguel de Icaza <[email protected]> 16 anni fa
monodiet.vcproj 7bf9a04a99 2009-08-04 Miguel de Icaza <[email protected]> 16 anni fa
monodis.vcproj 7bf9a04a99 2009-08-04 Miguel de Icaza <[email protected]> 16 anni fa
monograph.vcproj 7bf9a04a99 2009-08-04 Miguel de Icaza <[email protected]> 16 anni fa
monoposixhelper.def ca2b850122 - Fix the msvc build for the zlib changes in r138254. 16 anni fa
monoposixhelper.vcproj 7bf9a04a99 2009-08-04 Miguel de Icaza <[email protected]> 16 anni fa
pedump.vcproj 7bf9a04a99 2009-08-04 Miguel de Icaza <[email protected]> 16 anni fa
runburg.bat 1b7a563efd 2008-04-04 Bill Holmes <[email protected]> 18 anni fa
runmdesc.bat e08c5c6745 2009-04-24 Bill Holmes <[email protected]> 16 anni fa
setup-solution.bat 2602bea504 Fix compiler build, make sure generated solutions include the actual HintPath so VS does not turn lib/basic/System.dll into GAC system.dll, so pass the entire relative path 16 anni fa
test-invoke.vcproj e934fc150e Upgrade to 2008 16 anni fa
test-metadata.vcproj e934fc150e Upgrade to 2008 16 anni fa
test_eglib.vcproj e934fc150e Upgrade to 2008 16 anni fa
teste.vcproj e934fc150e Upgrade to 2008 16 anni fa
winsetup.bat d382e5b592 2007-08-14 Jonathan Chambers <[email protected]> 18 anni fa

README

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.