Jonathan Chambers a229cfe256 2007-12-31 Jonathan Chambers <[email protected]> 18 years ago
..
ChangeLog a229cfe256 2007-12-31 Jonathan Chambers <[email protected]> 18 years ago
Makefile.am 697129ca18 * Makefile.am (VCPROJS): New. 18 years ago
README 00273b2d62 19 years ago
create-windef.pl 00273b2d62 19 years ago
eglib.vcproj 02b37eb128 2007-08-29 Jonathan Chambers <[email protected]> 18 years ago
genmdesc.vcproj 762988f73c 2007-08-29 Jonathan Chambers <[email protected]> 18 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 02b37eb128 2007-08-29 Jonathan Chambers <[email protected]> 18 years ago
libmono.vcproj a229cfe256 2007-12-31 Jonathan Chambers <[email protected]> 18 years ago
mono.def a229cfe256 2007-12-31 Jonathan Chambers <[email protected]> 18 years ago
mono.sln a229cfe256 2007-12-31 Jonathan Chambers <[email protected]> 18 years ago
mono.vcproj a229cfe256 2007-12-31 Jonathan Chambers <[email protected]> 18 years ago
monoburg.vcproj 762988f73c 2007-08-29 Jonathan Chambers <[email protected]> 18 years ago
monodiet.vcproj 02b37eb128 2007-08-29 Jonathan Chambers <[email protected]> 18 years ago
monodis.vcproj 8ade584350 2007-03-25 Marek Safar <[email protected]> 19 years ago
monograph.vcproj 8ade584350 2007-03-25 Marek Safar <[email protected]> 19 years ago
pedump.vcproj 02b37eb128 2007-08-29 Jonathan Chambers <[email protected]> 18 years ago
runburg.bat d382e5b592 2007-08-14 Jonathan Chambers <[email protected]> 18 years ago
runmdesc.bat d382e5b592 2007-08-14 Jonathan Chambers <[email protected]> 18 years ago
test-invoke.vcproj 8e3893279b 2007-03-13 Jonathan Chambers <[email protected]> 19 years ago
test-metadata.vcproj 8e3893279b 2007-03-13 Jonathan Chambers <[email protected]> 19 years ago
test_eglib.vcproj 10f6ce36d0 2007-04-27 Jonathan Chambers <[email protected]> 18 years ago
teste.vcproj 8e3893279b 2007-03-13 Jonathan Chambers <[email protected]> 19 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.

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.