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: 57ea7b537a156777d534688ecf9c6443136fb5d6 (plain)
1
2
3
4
./external/nuget-binary/NuGet.exe restore Main.sln
export PATH="/c/Windows/Microsoft.NET/Framework/v4.0.30319:$PATH"
pushd ..; git submodule update --init --recursive || exit 1; popd
MSBuild.exe -m Main.sln -p:Configuration=DebugWin32 $*