В GenerateAllSetups убрал создание стандартных модулей SPython - это вызывало ошибку

This commit is contained in:
Mikhalkovich Stanislav 2026-01-05 21:53:18 +03:00
parent 72e40bf4e9
commit 5b17f21114
6 changed files with 12 additions and 1236 deletions

View file

@ -15,7 +15,7 @@ internal static class RevisionClass
public const string Major = "3";
public const string Minor = "11";
public const string Build = "0";
public const string Revision = "3727";
public const string Revision = "3731";
public const string MainVersion = Major + "." + Minor;
public const string FullVersion = Major + "." + Minor + "." + Build + "." + Revision;

View file

@ -1,4 +1,4 @@
%MINOR%=11
%REVISION%=3727
%REVISION%=3731
%COREVERSION%=0
%MAJOR%=3

View file

@ -1 +1 @@
3.11.0.3727
3.11.0.3731

File diff suppressed because it is too large Load diff

View file

@ -1 +1 @@
!define VERSION '3.11.0.3727'
!define VERSION '3.11.0.3731'

View file

@ -18,7 +18,7 @@ dotnet build -c Release --no-incremental PascalABCNET.sln
cd ReleaseGenerators
..\bin\pabcnetc RebuildStandartModules.pas /rebuild
..\bin\pabcnetc RebuildStandartModulesSPython.pas /rebuild
rem ..\bin\pabcnetc RebuildStandartModulesSPython.pas /rebuild
@IF %ERRORLEVEL% NEQ 0 GOTO ERROR
cd PABCRtl
@ -34,7 +34,7 @@ ExecHide.exe gacutil.exe /u PABCRtl
ExecHide.exe gacutil.exe /i ..\bin\Lib\PABCRtl.dll
..\bin\pabcnetc RebuildStandartModules.pas /rebuild
..\bin\pabcnetc RebuildStandartModulesSPython.pas /rebuild
rem ..\bin\pabcnetc RebuildStandartModulesSPython.pas /rebuild
@IF %ERRORLEVEL% NEQ 0 GOTO ERROR
@ -47,12 +47,12 @@ cd ..\TestSuite
..\bin\TestRunner.exe 6
cd ..\TestSuiteAdditionalLanguages\SPythonTests
..\..\bin\TestRunner.exe 1
..\..\bin\TestRunner.exe 2
..\..\bin\TestRunner.exe 3
..\..\bin\TestRunner.exe 4
..\..\bin\TestRunner.exe 5
..\..\bin\TestRunner.exe 6
rem ..\..\bin\TestRunner.exe 1
rem ..\..\bin\TestRunner.exe 2
rem ..\..\bin\TestRunner.exe 3
rem ..\..\bin\TestRunner.exe 4
rem ..\..\bin\TestRunner.exe 5
rem ..\..\bin\TestRunner.exe 6
cd ..\..\ReleaseGenerators