Gonzalo Paniagua Javier ea4d23cdae Added new library for TransmitFile (mswsock.lib) 16 лет назад
..
ChangeLog 7ff68d17a2 2009-03-05 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. 18 лет назад
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]> 19 лет назад
getopt.h 10f6ce36d0 2007-04-27 Jonathan Chambers <[email protected]> 19 лет назад
getopt_long.c 10f6ce36d0 2007-04-27 Jonathan Chambers <[email protected]> 19 лет назад
getopt_long.h 10f6ce36d0 2007-04-27 Jonathan Chambers <[email protected]> 19 лет назад
libgc.vcproj 39a395a681 2008-09-16 Bill Holmes <[email protected]> 17 лет назад
libmono.vcproj ea4d23cdae Added new library for TransmitFile (mswsock.lib) 16 лет назад
libtest.vcproj 7955835190 2008-11-07 Bill Holmes <[email protected]> 17 лет назад
mono.def 7ff68d17a2 2009-03-05 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]> 18 лет назад
runmdesc.bat 1b7a563efd 2008-04-04 Bill Holmes <[email protected]> 18 лет назад
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.