add a dependency on the descriptor resources, so we'll rebuild the linker when they...
[mono.git] / msvc / README
index f0f0d25c598750bd51d6014b55ec1d514adea0bd..82498c70e326f8f3d9c5507a20582c9d2afd28df 100755 (executable)
@@ -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.
+