ryujit enabled. bug fix in installer script

This commit is contained in:
Бондарев Иван 2015-08-20 14:45:13 +02:00
parent 9460d4a471
commit af12afa3e0
4 changed files with 6 additions and 7 deletions

View file

@ -7,6 +7,6 @@
<bindingRedirect oldVersion="0.0.0.0-4.2.1.8805" newVersion="4.2.1.8805"/>
</dependentAssembly>
</assemblyBinding>
<useLegacyJit enabled="1" />
</runtime>
</configuration>

View file

@ -40,6 +40,9 @@ cd ..
ExecHide.exe gacutil.exe /u PABCRtl
ExecHide.exe gacutil.exe /i ..\bin\Lib\PABCRtl.dll
..\bin\pabcnetc RebuildStandartModules.pas /rebuild
@IF %ERRORLEVEL% NEQ 0 GOTO ERROR
cd ..\bin
REM MPGORunner.exe
TestRunner.exe

View file

@ -1,7 +1,5 @@
<?xml version="1.0"?>
<configuration>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup>
<runtime>
<useLegacyJit enabled="1" />
</runtime>
</configuration>

View file

@ -1,7 +1,5 @@
<?xml version="1.0"?>
<configuration>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup>
<runtime>
<useLegacyJit enabled="1" />
</runtime>
</configuration>