Add notice
authorMiguel de Icaza <miguel@gnome.org>
Mon, 5 Jun 2006 01:41:54 +0000 (01:41 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Mon, 5 Jun 2006 01:41:54 +0000 (01:41 -0000)
svn path=/trunk/mono/; revision=61449

docs/embedded-api

index 76f45f8be7319efbb76cf1c51c56fa94fa806e27..f44f4ed15cad9abbf2274dc5d336b5e1e7f51e5d 100644 (file)
@@ -3,12 +3,21 @@
                 Miguel de Icaza (miguel@ximian.com),
                   Paolo Molaro (lupus@ximian.com)
 
+
        This document describes how to embed the Mono runtime in your
        application, and how to invoke CIL methods from C, and how to
        invoke C code from CIL. Both the JIT and interpreter can be
        embedded in very similar ways so most of what is described
        here can be used in either case.
 
+* IMPORTANT
+
+       This document is now outdated, see:
+
+               http://www.mono-project.com/Embedding_Mono
+
+        For an up-to-date version of this document
+
 * Embedding the runtime.
 
        Embedding the runtime consists of various steps: