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