2
0
Alexander Köplinger a8ef200b11 [msvc] Remove outdated projects and configs to fix x64 build 10 жил өмнө
..
scripts a373c3d989 [build] Generated up-to-date net_4_x MSBuild projects. 10 жил өмнө
.gitattributes b293948fb7 EOL handling 15 жил өмнө
.gitignore ed95f38d9c Update .gitignore 14 жил өмнө
ChangeLog 67355837e2 2010-06-28 Robert Jordan <[email protected]> 15 жил өмнө
Makefile.am eb0344c34f Add msvc/mono.props to EXTRA_DIST so make dist will find it. 12 жил өмнө
README 52030ae183 Update 17 жил өмнө
classlibs.sln 67e68c8c46 First two assemblies, will probably autogenerate this later 16 жил өмнө
create-windef.pl a4821b47a6 Exclude some functions that aren't on win32. 12 жил өмнө
eglib.vcxproj 47bdf35be9 Fixed MSVC solution to compile straight out of the box 10 жил өмнө
genmdesc.vcxproj 47bdf35be9 Fixed MSVC solution to compile straight out of the box 10 жил өмнө
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 47bdf35be9 Fixed MSVC solution to compile straight out of the box 10 жил өмнө
libmono.vcxproj a8ef200b11 [msvc] Remove outdated projects and configs to fix x64 build 10 жил өмнө
libmonoruntime.vcxproj 732bc07bd8 Minor: Style cleanup on internal headers (continued) 10 жил өмнө
libmonoutils.vcxproj 7ba10805f3 [msvc] Add missing files to libmonoutils.vcxproj 10 жил өмнө
libtest.vcxproj 47bdf35be9 Fixed MSVC solution to compile straight out of the box 10 жил өмнө
masm.fixed.props e3fa11a369 [msvc] Fix path to ml64.exe in masm.fixed.props 10 жил өмнө
mono-profiler-vtune.def 623846e347 VTune Amplifier XE 2011 plugin for Mono 14 жил өмнө
mono.def 96b24f637c [mini] Add MONO_API to mono_parse_env_options 10 жил өмнө
mono.props 6b98370101 [windows] Prepare VS build properties for proper DLL export/import definitions. 10 жил өмнө
mono.sln a8ef200b11 [msvc] Remove outdated projects and configs to fix x64 build 10 жил өмнө
mono.vcxproj a8ef200b11 [msvc] Remove outdated projects and configs to fix x64 build 10 жил өмнө
mono_csharp.vssettings 06821ecafa Add a file with ivsual studio settings with (trying to conform to) the Mono coding guildelines 13 жил өмнө
monodis.vcxproj 47bdf35be9 Fixed MSVC solution to compile straight out of the box 10 жил өмнө
monograph.vcxproj 47bdf35be9 Fixed MSVC solution to compile straight out of the box 10 жил өмнө
monoposixhelper.def b913627471 add zlib functions 15 жил өмнө
monoposixhelper.vcxproj 47bdf35be9 Fixed MSVC solution to compile straight out of the box 10 жил өмнө
monosgen.def 96b24f637c [mini] Add MONO_API to mono_parse_env_options 10 жил өмнө
pedump.vcxproj 47bdf35be9 Fixed MSVC solution to compile straight out of the box 10 жил өмнө
profiler-vtune.vcxproj b271f01f24 Revert "[msvc] Change target MSVC release from v120 to v120_xp" 10 жил өмнө
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 8c455550ab [Windows-VS2013] Added a post-build event to libmono that copies all required header files to a directory named include 10 жил өмнө
test-metadata.vcxproj 8c455550ab [Windows-VS2013] Added a post-build event to libmono that copies all required header files to a directory named include 10 жил өмнө
test_eglib.vcxproj 47bdf35be9 Fixed MSVC solution to compile straight out of the box 10 жил өмнө
teste.vcxproj 8c455550ab [Windows-VS2013] Added a post-build event to libmono that copies all required header files to a directory named include 10 жил өмнө
win32.xml ae17ceeecc [Install] Add Compat.browser files for net_4_0 and net_4_5 12 жил өмнө
winsetup.bat 9bdd77969a [msvc] duplicate 1d6b8a75fa31d60e9ddbc0b9eddbf05ed3fb6c12 for eglib 11 жил өмнө

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.