2 rem This runs genmdesc on the x86 files when called on Visual Studio
5 set PATH=%PATH%;%MONO_DEPENDENCIES_PREFIX%\bin
6 if "%2" == "Win32" goto x86
7 if "%2" == "x64" goto x64
10 echo Platform detected is x86...
11 %1 cpu-x86.h x86_desc cpu-x86.md
14 echo Platform detected is x64...
15 %1 cpu-amd64.h amd64_desc cpu-amd64.md
18 echo Error: unsupported platform