fixed tests
[mono.git] / mono / mini / runmdesc.bat
1 @echo off
2 rem This runs genmdesc on the x86 files when called on Visual Studio
3 echo Running genmdesc on the x86 files...
4 cd mono\mini
5 ..\..\VSDependancies\genmdesc___win32_debug\genmdesc cpu-x86.md cpu-x86.h x86_desc
6 echo done
7