X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=msvc%2FREADME;h=82498c70e326f8f3d9c5507a20582c9d2afd28df;hb=831403d104705c81d2fdb98473855da2e3076311;hp=f0f0d25c598750bd51d6014b55ec1d514adea0bd;hpb=746ad623497390b45bb4af6827e26d0cb5ed5d3f;p=mono.git diff --git a/msvc/README b/msvc/README index f0f0d25c598..82498c70e32 100755 --- a/msvc/README +++ b/msvc/README @@ -5,4 +5,12 @@ INTRODUCTION This directory (msvc) serves as a central location for all things needed to build the mono runtime using -Microsoft Visual Studio. \ No newline at end of file +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. +