Bill Holmes fdf69a8f6f 2008-06-02 Bill Holmes <[email protected]> %!s(int64=17) %!d(string=hai) anos
..
ChangeLog fdf69a8f6f 2008-06-02 Bill Holmes <[email protected]> %!s(int64=17) %!d(string=hai) anos
Makefile.am 697129ca18 * Makefile.am (VCPROJS): New. %!s(int64=18) %!d(string=hai) anos
README 00273b2d62 %!s(int64=19) %!d(string=hai) anos
create-windef.pl b06a638552 Mono runtime: Add support for mixed-mode assemblies. Contributed under MIT/X11 license. %!s(int64=17) %!d(string=hai) anos
eglib.vcproj b1e38b4b12 2008-06-02 Bill Holmes <[email protected]> %!s(int64=17) %!d(string=hai) anos
genmdesc.vcproj b1e38b4b12 2008-06-02 Bill Holmes <[email protected]> %!s(int64=17) %!d(string=hai) anos
getopt.c 10f6ce36d0 2007-04-27 Jonathan Chambers <[email protected]> %!s(int64=18) %!d(string=hai) anos
getopt.h 10f6ce36d0 2007-04-27 Jonathan Chambers <[email protected]> %!s(int64=18) %!d(string=hai) anos
getopt_long.c 10f6ce36d0 2007-04-27 Jonathan Chambers <[email protected]> %!s(int64=18) %!d(string=hai) anos
getopt_long.h 10f6ce36d0 2007-04-27 Jonathan Chambers <[email protected]> %!s(int64=18) %!d(string=hai) anos
libgc.vcproj b1e38b4b12 2008-06-02 Bill Holmes <[email protected]> %!s(int64=17) %!d(string=hai) anos
libmono.vcproj b1e38b4b12 2008-06-02 Bill Holmes <[email protected]> %!s(int64=17) %!d(string=hai) anos
libtest.vcproj fdf69a8f6f 2008-06-02 Bill Holmes <[email protected]> %!s(int64=17) %!d(string=hai) anos
mono.def b06a638552 Mono runtime: Add support for mixed-mode assemblies. Contributed under MIT/X11 license. %!s(int64=17) %!d(string=hai) anos
mono.sln fdf69a8f6f 2008-06-02 Bill Holmes <[email protected]> %!s(int64=17) %!d(string=hai) anos
mono.vcproj b1e38b4b12 2008-06-02 Bill Holmes <[email protected]> %!s(int64=17) %!d(string=hai) anos
monoburg.vcproj b1e38b4b12 2008-06-02 Bill Holmes <[email protected]> %!s(int64=17) %!d(string=hai) anos
monodiet.vcproj b1e38b4b12 2008-06-02 Bill Holmes <[email protected]> %!s(int64=17) %!d(string=hai) anos
monodis.vcproj b1e38b4b12 2008-06-02 Bill Holmes <[email protected]> %!s(int64=17) %!d(string=hai) anos
monograph.vcproj b1e38b4b12 2008-06-02 Bill Holmes <[email protected]> %!s(int64=17) %!d(string=hai) anos
pedump.vcproj b1e38b4b12 2008-06-02 Bill Holmes <[email protected]> %!s(int64=17) %!d(string=hai) anos
runburg.bat 1b7a563efd 2008-04-04 Bill Holmes <[email protected]> %!s(int64=17) %!d(string=hai) anos
runmdesc.bat 1b7a563efd 2008-04-04 Bill Holmes <[email protected]> %!s(int64=17) %!d(string=hai) anos
test-invoke.vcproj b1e38b4b12 2008-06-02 Bill Holmes <[email protected]> %!s(int64=17) %!d(string=hai) anos
test-metadata.vcproj b1e38b4b12 2008-06-02 Bill Holmes <[email protected]> %!s(int64=17) %!d(string=hai) anos
test_eglib.vcproj b1e38b4b12 2008-06-02 Bill Holmes <[email protected]> %!s(int64=17) %!d(string=hai) anos
teste.vcproj b1e38b4b12 2008-06-02 Bill Holmes <[email protected]> %!s(int64=17) %!d(string=hai) anos
winsetup.bat d382e5b592 2007-08-14 Jonathan Chambers <[email protected]> %!s(int64=18) %!d(string=hai) anos

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.