* Makefile: Install mcs.exe.config file together with mcs.exe.
authorLluis Sanchez <lluis@novell.com>
Wed, 28 Jul 2004 19:28:11 +0000 (19:28 -0000)
committerLluis Sanchez <lluis@novell.com>
Wed, 28 Jul 2004 19:28:11 +0000 (19:28 -0000)
* mcs.exe.config: Added supportedRuntime entry to make sure it runs in the
correct runtime version.

svn path=/trunk/mcs/; revision=31585

mcs/mcs/ChangeLog
mcs/mcs/Makefile
mcs/mcs/mcs.exe.config

index ea052d3a6dfd855518cb666f0b641ec8fd195a5d..d440662ead6503535b8ed090a652ca5579c742c2 100755 (executable)
@@ -1,3 +1,9 @@
+2004-07-28  Lluis Sanchez Gual  <lluis@novell.com>
+
+       * Makefile: Install mcs.exe.config file together with mcs.exe.
+       * mcs.exe.config: Added supportedRuntime entry to make sure it runs in the
+       correct runtime version.
+       
 2004-07-25  Martin Baulig  <martin@ximian.com>
 
        Merged latest changes into gmcs.  Please keep this comment in
index e885bd69a241f0833046fb4c10008760d3829018..17818572f17033ef89a6c00b2b94f24e5d76a113 100644 (file)
@@ -17,6 +17,11 @@ PROGRAM = mcs.exe
 PROGRAM_COMPILE = $(BOOT_COMPILE)
 PROGRAM_INSTALL_DIR = $(prefix)/lib/mono/1.0
 
+install-local: mcs.exe
+       $(MKINSTALLDIRS) $(DESTDIR)$(prefix)/lib/mono/1.0
+       $(INSTALL_BIN) mcs.exe $(DESTDIR)$(prefix)/lib/mono/1.0
+       $(INSTALL_DATA) mcs.exe.config $(DESTDIR)$(prefix)/lib/mono/1.0
+
 CLEAN_FILES = y.output
 
 cs-parser.cs: cs-parser.jay $(topdir)/jay/skeleton.cs
index cf61d4baa0b40b06fc9b558bef253755129b8361..922daaf05fd17fb7f8501a323d799f0aa8535f8a 100644 (file)
@@ -1,4 +1,7 @@
 <configuration>\r
+       <startup>\r
+               <supportedRuntime version="v1.1.4322"/>\r
+       </startup>\r
   <system.diagnostics>\r
     <trace autoflush="true" indentsize="4">\r
       <listeners>\r