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

winbuild.sh « main - github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ff152da08578d23072b246fc56605b420eb070e4 (plain)
1
2
3
export PATH="/c/Windows/Microsoft.NET/Framework/v4.0.30319:$PATH"
pushd ..; git submodule init && git submodule update || exit 1; popd
MSBuild.exe Main.sln -p:Configuration=DebugWin32 $*