2007-03-15 Jonathan Chambers <joncham@gmail.com>
[mono.git] / msvc / 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