2007-03-13 Marek Habersack <mhabersack@novell.com>
[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 set PATH=%PATH%;..\..\VSDependancies\lib
6 %1 cpu-x86.md cpu-x86.h x86_desc
7 echo done
8