Kornél Pál b06a638552 Mono runtime: Add support for mixed-mode assemblies. Contributed under MIT/X11 license. 17 роки тому
..
ChangeLog b06a638552 Mono runtime: Add support for mixed-mode assemblies. Contributed under MIT/X11 license. 17 роки тому
Makefile.am 697129ca18 * Makefile.am (VCPROJS): New. 18 роки тому
README 00273b2d62 19 роки тому
create-windef.pl b06a638552 Mono runtime: Add support for mixed-mode assemblies. Contributed under MIT/X11 license. 17 роки тому
eglib.vcproj 02b37eb128 2007-08-29 Jonathan Chambers <[email protected]> 18 роки тому
genmdesc.vcproj 971dded12a 2008-04-15 Jonathan Chambers <[email protected]> 17 роки тому
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 роки тому
libgc.vcproj 02b37eb128 2007-08-29 Jonathan Chambers <[email protected]> 18 роки тому
libmono.vcproj b06a638552 Mono runtime: Add support for mixed-mode assemblies. Contributed under MIT/X11 license. 17 роки тому
mono.def b06a638552 Mono runtime: Add support for mixed-mode assemblies. Contributed under MIT/X11 license. 17 роки тому
mono.sln 971dded12a 2008-04-15 Jonathan Chambers <[email protected]> 17 роки тому
mono.vcproj a229cfe256 2007-12-31 Jonathan Chambers <[email protected]> 18 роки тому
monoburg.vcproj 971dded12a 2008-04-15 Jonathan Chambers <[email protected]> 17 роки тому
monodiet.vcproj 02b37eb128 2007-08-29 Jonathan Chambers <[email protected]> 18 роки тому
monodis.vcproj 8ade584350 2007-03-25 Marek Safar <[email protected]> 19 роки тому
monograph.vcproj 8ade584350 2007-03-25 Marek Safar <[email protected]> 19 роки тому
pedump.vcproj 02b37eb128 2007-08-29 Jonathan Chambers <[email protected]> 18 роки тому
runburg.bat 1b7a563efd 2008-04-04 Bill Holmes <[email protected]> 18 роки тому
runmdesc.bat 1b7a563efd 2008-04-04 Bill Holmes <[email protected]> 18 роки тому
test-invoke.vcproj 8e3893279b 2007-03-13 Jonathan Chambers <[email protected]> 19 роки тому
test-metadata.vcproj 8e3893279b 2007-03-13 Jonathan Chambers <[email protected]> 19 роки тому
test_eglib.vcproj 10f6ce36d0 2007-04-27 Jonathan Chambers <[email protected]> 18 роки тому
teste.vcproj 8e3893279b 2007-03-13 Jonathan Chambers <[email protected]> 19 роки тому
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.

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.