Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/msvc05
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2009-05-02 02:58:09 +0400
committerMiguel de Icaza <miguel@gnome.org>2009-05-02 02:58:09 +0400
commitbf68bcf0754f17b9abe0c16f678b349c70822924 (patch)
tree1500fdba9b855af8f0485c46d6150c13c5f20c7a /msvc05
parent08e86bba5afb394c875d58e69448021463819941 (diff)
Copy
svn path=/trunk/mono/; revision=133332
Diffstat (limited to 'msvc05')
-rwxr-xr-xmsvc05/README29
1 files changed, 29 insertions, 0 deletions
diff --git a/msvc05/README b/msvc05/README
new file mode 100755
index 00000000000..1537d919212
--- /dev/null
+++ b/msvc05/README
@@ -0,0 +1,29 @@
+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.
+
+BUILDING
+
+ From this directory type:
+
+ msbuild.exe mono.sln /p:Configuration=Debug_eglib
+
+ msbuild must be in your path, it comes with the .NET Framework.
+
+MAINTENANCE
+
+ 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.
+