2009-04-24 Bill Holmes <billholmes54@gmail.com>
authorBill Holmes <holmes@mono-cvs.ximian.com>
Fri, 24 Apr 2009 19:10:39 +0000 (19:10 -0000)
committerBill Holmes <holmes@mono-cvs.ximian.com>
Fri, 24 Apr 2009 19:10:39 +0000 (19:10 -0000)
* libmono.vcproj: Adding metadata/metadata-verify.c to the project.

* runmdesc.bat: Fixing the argument order to genmdesc.

Code is contributed under MIT/X11 license.

svn path=/trunk/mono/; revision=132610

msvc/ChangeLog
msvc/libmono.vcproj
msvc/runmdesc.bat

index 9eb8ca20fa129f917a392cfc0f58273dbb6b9167..6ddee4402fab5639f8f1c74d24fe8150eae1af0e 100755 (executable)
@@ -1,3 +1,11 @@
+2009-04-24  Bill Holmes  <billholmes54@gmail.com>
+
+       * libmono.vcproj: Adding metadata/metadata-verify.c to the project.
+
+       * runmdesc.bat: Fixing the argument order to genmdesc.
+
+       Code is contributed under MIT/X11 license.
+
 2009-04-08  Bill Holmes  <billholmes54@gmail.com>
 
        * libmono.vcproj : Adding mini/mini-gc to the project.
index 4cd06d09ef2e7ca3fd0fdb11c44b94c7aa44ece3..e689c351ccc18047571e9580266c177548546391 100644 (file)
                                RelativePath="..\mono\metadata\metadata-internals.h"\r
                                >\r
                        </File>\r
+                       <File\r
+                               RelativePath="..\mono\metadata\metadata-verify.c"\r
+                               >\r
+                       </File>\r
                        <File\r
                                RelativePath="..\mono\metadata\metadata.c"\r
                                >\r
index db0179b8f2deb7764020198dc52f4b3fa543372e..8d089341aecf94929452f9075b2d349b4576f5ad 100755 (executable)
@@ -8,11 +8,11 @@ if "%2" == "x64" goto x64
 goto error
 :x86
 echo Platform detected is x86...
-%1 cpu-x86.md cpu-x86.h x86_desc
+%1 cpu-x86.h x86_desc cpu-x86.md
 goto end
 :x64
 echo Platform detected is x64...
-%1 cpu-amd64.md cpu-amd64.h amd64_desc
+%1 cpu-amd64.h amd64_desc cpu-amd64.md
 goto end
 :error
 echo Error: unsupported platform