Mark tests as not working under TARGET_JVM
[mono.git] / msvc / README
1 README                                  Last updated: 2007-03-09
2
3
4 INTRODUCTION
5
6 This directory (msvc) serves as a central location for 
7 all things needed to build the mono runtime using 
8 Microsoft Visual Studio.
9
10 When new exported API calls are added to the runtime, issue the
11 command:
12         make update-def
13 in this directory and commit the resulting mono.def file.
14 This must happen on a Linux system, because we get the list
15 of the exported symbols from the generated shared library.
16