Welcome to mirror list, hosted at ThFree Co, Russian Federation.

runmdesc.bat « msvc - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: de31cced082b58a91d42c6491c7c96cfb487f95f (plain)
1
2
3
4
5
6
7
8
@echo off
rem This runs genmdesc on the x86 files when called on Visual Studio
echo Running genmdesc on the x86 files...
cd ..\mono\mini
set PATH=%PATH%;..\..\VSDependancies\lib
%1 cpu-x86.md cpu-x86.h x86_desc
echo done