2
0
Bill Holmes be97decf3b 2008-12-09 Bill Holmes <[email protected]> 17 жил өмнө
..
ChangeLog be97decf3b 2008-12-09 Bill Holmes <[email protected]> 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 91f7c5b45d 2008-10-17 Bill Holmes <[email protected]> 17 жил өмнө
genmdesc.vcproj 49ae76b378 2008-11-10 Bill Holmes <[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 39a395a681 2008-09-16 Bill Holmes <[email protected]> 17 жил өмнө
libmono.vcproj be97decf3b 2008-12-09 Bill Holmes <[email protected]> 17 жил өмнө
libtest.vcproj 7955835190 2008-11-07 Bill Holmes <[email protected]> 17 жил өмнө
mono.def 4d109d7346 2008-12-04 Bill Holmes <[email protected]> 17 жил өмнө
mono.sln 4d109d7346 2008-12-04 Bill Holmes <[email protected]> 17 жил өмнө
mono.vcproj 7955835190 2008-11-07 Bill Holmes <[email protected]> 17 жил өмнө
monoburg.vcproj 49ae76b378 2008-11-10 Bill Holmes <[email protected]> 17 жил өмнө
monodiet.vcproj 7955835190 2008-11-07 Bill Holmes <[email protected]> 17 жил өмнө
monodis.vcproj 7955835190 2008-11-07 Bill Holmes <[email protected]> 17 жил өмнө
monograph.vcproj 7955835190 2008-11-07 Bill Holmes <[email protected]> 17 жил өмнө
monoposixhelper.def 0ee0cd041f 2008-11-07 Bill Holmes <[email protected]> 17 жил өмнө
monoposixhelper.vcproj 0ee0cd041f 2008-11-07 Bill Holmes <[email protected]> 17 жил өмнө
pedump.vcproj 7955835190 2008-11-07 Bill Holmes <[email protected]> 17 жил өмнө
runburg.bat 1b7a563efd 2008-04-04 Bill Holmes <[email protected]> 17 жил өмнө
runmdesc.bat 1b7a563efd 2008-04-04 Bill Holmes <[email protected]> 17 жил өмнө
test-invoke.vcproj 7955835190 2008-11-07 Bill Holmes <[email protected]> 17 жил өмнө
test-metadata.vcproj 7955835190 2008-11-07 Bill Holmes <[email protected]> 17 жил өмнө
test_eglib.vcproj 7955835190 2008-11-07 Bill Holmes <[email protected]> 17 жил өмнө
teste.vcproj 7955835190 2008-11-07 Bill Holmes <[email protected]> 17 жил өмнө
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.