de31cced082b58a91d42c6491c7c96cfb487f95f
[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