Rodrigo Kumpera abe9dc6206 Revert "Fix object::GetType when remoting is enabled." 13 年之前
..
scripts cf650fb3fb Update 4.5 bcl solution files 13 年之前
.gitattributes b293948fb7 EOL handling 15 年之前
.gitignore ed95f38d9c Update .gitignore 14 年之前
ChangeLog 67355837e2 2010-06-28 Robert Jordan <[email protected]> 15 年之前
Makefile.am fde2b2acaf Fix make dist after the reorganization of the msvc project files 14 年之前
README 52030ae183 Update 17 年之前
classlibs.sln 67e68c8c46 First two assemblies, will probably autogenerate this later 16 年之前
create-windef.pl b5574e02ea [windows] Update create-defs.pl 15 年之前
eglib.vcxproj 34ee909723 Rework vcxproj files to match Makefile based build. Build libmonoutils and libmonoruntime seperate from libmono. Initial work on building sgen enabled mono with VS. 14 年之前
genmdesc.vcxproj 34ee909723 Rework vcxproj files to match Makefile based build. Build libmonoutils and libmonoruntime seperate from libmono. Initial work on building sgen enabled mono with VS. 14 年之前
getopt.c 10f6ce36d0 2007-04-27 Jonathan Chambers <[email protected]> 18 年之前
getopt.h 10f6ce36d0 2007-04-27 Jonathan Chambers <[email protected]> 18 年之前
getopt_long.c 10f6ce36d0 2007-04-27 Jonathan Chambers <[email protected]> 18 年之前
getopt_long.h 10f6ce36d0 2007-04-27 Jonathan Chambers <[email protected]> 18 年之前
jaystuff.bat dec5ac4085 Update for moving \mcs to \mono\mcs. 15 年之前
libgc.vcxproj 34ee909723 Rework vcxproj files to match Makefile based build. Build libmonoutils and libmonoruntime seperate from libmono. Initial work on building sgen enabled mono with VS. 14 年之前
libmono.vcxproj f25d63358d Add missing files and adjust linker settings for sgen targets of vcxproj files. 13 年之前
libmonoruntime.vcxproj f25d63358d Add missing files and adjust linker settings for sgen targets of vcxproj files. 13 年之前
libmonoutils.vcxproj f25d63358d Add missing files and adjust linker settings for sgen targets of vcxproj files. 13 年之前
libtest.vcxproj 34ee909723 Rework vcxproj files to match Makefile based build. Build libmonoutils and libmonoruntime seperate from libmono. Initial work on building sgen enabled mono with VS. 14 年之前
mono-profiler-codeanalyst.def 9ff4f6ea84 Add CodeAnalyst profiler and clean up vcxproj files. 15 年之前
mono-profiler-vtune.def 623846e347 VTune Amplifier XE 2011 plugin for Mono 15 年之前
mono.def 46070a809e [windows] More build fixing action. 15 年之前
mono.props 34ee909723 Rework vcxproj files to match Makefile based build. Build libmonoutils and libmonoruntime seperate from libmono. Initial work on building sgen enabled mono with VS. 14 年之前
mono.sln abe9dc6206 Revert "Fix object::GetType when remoting is enabled." 13 年之前
mono.vcxproj f25d63358d Add missing files and adjust linker settings for sgen targets of vcxproj files. 13 年之前
mono_csharp.vssettings 06821ecafa Add a file with ivsual studio settings with (trying to conform to) the Mono coding guildelines 13 年之前
monodiet.vcxproj 66146c05b5 Add vcxproj files 15 年之前
monodis.vcxproj 66146c05b5 Add vcxproj files 15 年之前
monograph.vcxproj 66146c05b5 Add vcxproj files 15 年之前
monoposixhelper.def b913627471 add zlib functions 15 年之前
monoposixhelper.vcxproj 34ee909723 Rework vcxproj files to match Makefile based build. Build libmonoutils and libmonoruntime seperate from libmono. Initial work on building sgen enabled mono with VS. 14 年之前
monosgen.def ab07c32eb1 Add sgen specific .def file. 13 年之前
pedump.vcxproj 66146c05b5 Add vcxproj files 15 年之前
profiler-codeanalyst.vcxproj 34ee909723 Rework vcxproj files to match Makefile based build. Build libmonoutils and libmonoruntime seperate from libmono. Initial work on building sgen enabled mono with VS. 14 年之前
profiler-cov.vcxproj 34ee909723 Rework vcxproj files to match Makefile based build. Build libmonoutils and libmonoruntime seperate from libmono. Initial work on building sgen enabled mono with VS. 14 年之前
profiler-logging.vcxproj 34ee909723 Rework vcxproj files to match Makefile based build. Build libmonoutils and libmonoruntime seperate from libmono. Initial work on building sgen enabled mono with VS. 14 年之前
profiler-vtune.vcxproj 34ee909723 Rework vcxproj files to match Makefile based build. Build libmonoutils and libmonoruntime seperate from libmono. Initial work on building sgen enabled mono with VS. 14 年之前
runburg.bat 1b7a563efd 2008-04-04 Bill Holmes <[email protected]> 18 年之前
runmdesc.bat e08c5c6745 2009-04-24 Bill Holmes <[email protected]> 16 年之前
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 年之前
test-invoke.vcxproj 66146c05b5 Add vcxproj files 15 年之前
test-metadata.vcxproj 66146c05b5 Add vcxproj files 15 年之前
test_eglib.vcxproj 7a02a49a23 Adjust linker path to find eglib.lib for test_eglib project. 13 年之前
teste.vcxproj 66146c05b5 Add vcxproj files 15 年之前
win32.xml dec5ac4085 Update for moving \mcs to \mono\mcs. 15 年之前
winsetup.bat d382e5b592 2007-08-14 Jonathan Chambers <[email protected]> 18 年之前

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.