@@ -47,8 +47,8 @@ if not exist "%RESULTSDIR%" (mkdir "%RESULTSDIR%")
4747
4848if /I" %2 " == " fsharp" (goto :FSHARP)
4949if /I" %2 " == " fsharpqa" (goto :FSHARPQA)
50- if /I" %2 " == " fsharpqacrosstarget01 " (goto :FSHARPQA)
51- if /I" %2 " == " fsharpqacrosstarget02 " (goto :FSHARPQA)
50+ if /I" %2 " == " fsharpqadowntarget " (goto :FSHARPQA)
51+ if /I" %2 " == " fsharpqaredirect " (goto :FSHARPQA)
5252if /I" %2 " == " compilerunit" (
5353set compilerunitsuffix = net40
5454goto :COMPILERUNIT
@@ -165,16 +165,16 @@ set PATH=%PATH%;%CORDIR%
165165if not exist %WINDIR% \Microsoft.NET\Framework\v2.0.50727\mscorlib.dllset NO_TTAGS_ARG = %NO_TTAGS_ARG% ,Req20
166166
167167
168- if /I" %2 " == " fsharpqacrosstarget01 " (
168+ if /I" %2 " == " fsharpqadowntarget " (
169169set ISCFLAGS = --noframework -r" %FSCOREDLLVPREVPATH% " -r" %X86_PROGRAMFILES% \Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\mscorlib.dll" -r System.dll -r System.Runtime.dll -r System.Xml.dll -r System.Data.dll -r System.Web.dll -r System.Core.dll -r System.Numerics.dll
170170set NO_TTAGS_ARG = %NO_TTAGS_ARG% ,NoCrossVer,FSI
171171)
172172
173- if /I" %2 " == " fsharpqacrosstarget02 " (
173+ if /I" %2 " == " fsharpqaredirect " (
174174set ISCFLAGS = --noframework -r" %FSCOREDLLVPREVPATH% " -r" %X86_PROGRAMFILES% \Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\mscorlib.dll" -r System.dll -r System.Runtime.dll -r System.Xml.dll -r System.Data.dll -r System.Web.dll -r System.Core.dll -r System.Numerics.dll
175175set PLATFORM = %OSARCH%
176176set SIMULATOR_PIPE = " %~dp0 \fsharpqa\testenv\bin\$PLATFORM\ExecAssembly.exe"
177- set NO_TTAGS_ARG = %NO_TTAGS_ARG% ,NoCrossVer,NoCrossCrossVer, FSI
177+ set NO_TTAGS_ARG = %NO_TTAGS_ARG% ,NoCrossVer,FSI
178178)
179179
180180set RESULTFILE = FSharpQA_Results.log