ryujit enabled. bug fix in installer script
This commit is contained in:
parent
9460d4a471
commit
af12afa3e0
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue