@@ -9,19 +9,13 @@ if not exist %_msbuildexe% set _msbuildexe="%ProgramFiles(x86)%\MSBuild\14.0\Bin
99if not exist %_msbuildexe% set _msbuildexe = " %ProgramFiles% \MSBuild\14.0\Bin\MSBuild.exe"
1010if not exist %_msbuildexe% echo Error: Could not find MSBuild.exe. Please see http://www.microsoft.com/en-us/download/details.aspx?id=40760.&& goto :eof
1111
12- set _gacutilexe = " %ProgramFiles(x86)% \Microsoft SDKs\Windows\v8.1A\bin\NETFX 4.5.1 Tools\gacutil.exe"
13- if not exist %_gacutilexe% echo Error: Could not find gacutil.exe.&& goto :eof
14-
1512set _ngenexe = " %SystemRoot% \Microsoft.NET\Framework\v4.0.30319\ngen.exe"
1613if not exist %_ngenexe% echo Error: Could not find ngen.exe.&& goto :eof
1714
1815.\.nuget\NuGet.exe restore packages.config -PackagesDirectory packages
1916@ if ERRORLEVEL1 echo Error: Nuget restore failed&& goto :eof
2017
2118:: Build
22- %_gacutilexe% /i lkg\FSharp-2.0.50726.900\bin\FSharp.Core.dll
23- @ if ERRORLEVEL1 echo Error: gacutil failed&& goto :eof
24-
2519%_msbuildexe% src\fsharp-proto-build.proj
2620@ if ERRORLEVEL1 echo Error: compiler proto build failed&& goto :eof
2721