Martin Baulig 1cbad8abc3 Create .gitignore's. 17 years ago
..
.gitignore 1cbad8abc3 Create .gitignore's. 17 years ago
ChangeLog bf6a0f0fff 2009-02-18 Bill Holmes <[email protected]> 17 years ago
Makefile.am 697129ca18 * Makefile.am (VCPROJS): New. 18 years ago
README 52030ae183 Update 17 years ago
create-windef.pl b06a638552 Mono runtime: Add support for mixed-mode assemblies. Contributed under MIT/X11 license. 17 years ago
eglib.vcproj 91f7c5b45d 2008-10-17 Bill Holmes <[email protected]> 17 years ago
genmdesc.vcproj 49ae76b378 2008-11-10 Bill Holmes <[email protected]> 17 years ago
getopt.c 10f6ce36d0 2007-04-27 Jonathan Chambers <[email protected]> 18 years ago
getopt.h 10f6ce36d0 2007-04-27 Jonathan Chambers <[email protected]> 18 years ago
getopt_long.c 10f6ce36d0 2007-04-27 Jonathan Chambers <[email protected]> 18 years ago
getopt_long.h 10f6ce36d0 2007-04-27 Jonathan Chambers <[email protected]> 18 years ago
libgc.vcproj 39a395a681 2008-09-16 Bill Holmes <[email protected]> 17 years ago
libmono.vcproj 5c2ebb1dba 2009-02-16 Bill Holmes <[email protected]> 17 years ago
libtest.vcproj 7955835190 2008-11-07 Bill Holmes <[email protected]> 17 years ago
mono.def bf6a0f0fff 2009-02-18 Bill Holmes <[email protected]> 17 years ago
mono.sln 4d109d7346 2008-12-04 Bill Holmes <[email protected]> 17 years ago
mono.vcproj 7955835190 2008-11-07 Bill Holmes <[email protected]> 17 years ago
monoburg.vcproj 49ae76b378 2008-11-10 Bill Holmes <[email protected]> 17 years ago
monodiet.vcproj 7955835190 2008-11-07 Bill Holmes <[email protected]> 17 years ago
monodis.vcproj 7955835190 2008-11-07 Bill Holmes <[email protected]> 17 years ago
monograph.vcproj 7955835190 2008-11-07 Bill Holmes <[email protected]> 17 years ago
monoposixhelper.def 0ee0cd041f 2008-11-07 Bill Holmes <[email protected]> 17 years ago
monoposixhelper.vcproj 0ee0cd041f 2008-11-07 Bill Holmes <[email protected]> 17 years ago
pedump.vcproj 7955835190 2008-11-07 Bill Holmes <[email protected]> 17 years ago
runburg.bat 1b7a563efd 2008-04-04 Bill Holmes <[email protected]> 18 years ago
runmdesc.bat 1b7a563efd 2008-04-04 Bill Holmes <[email protected]> 18 years ago
test-invoke.vcproj 7955835190 2008-11-07 Bill Holmes <[email protected]> 17 years ago
test-metadata.vcproj 7955835190 2008-11-07 Bill Holmes <[email protected]> 17 years ago
test_eglib.vcproj 7955835190 2008-11-07 Bill Holmes <[email protected]> 17 years ago
teste.vcproj 7955835190 2008-11-07 Bill Holmes <[email protected]> 17 years ago
winsetup.bat d382e5b592 2007-08-14 Jonathan Chambers <[email protected]> 18 years ago

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.