X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=msvc%2Frunmdesc.bat;h=8d089341aecf94929452f9075b2d349b4576f5ad;hb=af8d667efa107f112e354f6ea8e028ca361371c5;hp=db0179b8f2deb7764020198dc52f4b3fa543372e;hpb=1b7a563efd305a5d01089ff1b09d92f6bf376b96;p=mono.git diff --git a/msvc/runmdesc.bat b/msvc/runmdesc.bat index db0179b8f2d..8d089341aec 100755 --- a/msvc/runmdesc.bat +++ b/msvc/runmdesc.bat @@ -8,11 +8,11 @@ if "%2" == "x64" goto x64 goto error :x86 echo Platform detected is x86... -%1 cpu-x86.md cpu-x86.h x86_desc +%1 cpu-x86.h x86_desc cpu-x86.md goto end :x64 echo Platform detected is x64... -%1 cpu-amd64.md cpu-amd64.h amd64_desc +%1 cpu-amd64.h amd64_desc cpu-amd64.md goto end :error echo Error: unsupported platform