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: 5d71de36bc31f2641e6de523fc658305812c3083 (plain)
1
2
3
4
./.nuget/NuGet.exe restore Main.sln
export PATH="/c/Program Files (x86)/MSBuild/14.0/Bin:$PATH"
pushd ..; git submodule update --init --recursive || exit 1; popd
MSBuild.exe -m Main.sln -p:Configuration=DebugWin32 $*