2025-03-03 20:34:51 +03:00
|
|
|
dotnet build -c Release --no-incremental PascalABCNET.sln
|
2017-04-23 10:53:18 +03:00
|
|
|
|
2015-12-29 15:32:45 +03:00
|
|
|
@IF %ERRORLEVEL% NEQ 0 GOTO ERROR
|
|
|
|
|
|
|
|
|
|
cd ReleaseGenerators
|
|
|
|
|
..\bin\pabcnetc RebuildStandartModules.pas /rebuild
|
2026-04-09 09:45:52 +03:00
|
|
|
|
|
|
|
|
rem Удаляем pcu для SPython модулей, чтобы не применять /rebuild
|
|
|
|
|
del "..\bin\Lib\SPython\*.pcu" /q
|
2026-01-06 19:52:19 +03:00
|
|
|
..\bin\pabcnetc RebuildStandartModulesSPython.pas
|
2026-04-09 09:45:52 +03:00
|
|
|
|
2015-12-29 15:32:45 +03:00
|
|
|
@IF %ERRORLEVEL% NEQ 0 GOTO ERROR
|
2023-07-29 10:08:33 +03:00
|
|
|
|
2015-12-29 15:32:45 +03:00
|
|
|
|
|
|
|
|
cd PABCRtl
|
|
|
|
|
..\..\bin\pabcnetc PABCRtl.pas /rebuild
|
|
|
|
|
@IF %ERRORLEVEL% NEQ 0 GOTO ERROR
|
|
|
|
|
..\sn.exe -Vr PABCRtl.dll
|
|
|
|
|
..\sn.exe -R PABCRtl.dll KeyPair.snk
|
|
|
|
|
..\sn.exe -Vu PABCRtl.dll
|
|
|
|
|
copy PABCRtl.dll ..\..\bin\Lib
|
|
|
|
|
|
|
|
|
|
cd ..
|
|
|
|
|
ExecHide.exe gacutil.exe /u PABCRtl
|
|
|
|
|
ExecHide.exe gacutil.exe /i ..\bin\Lib\PABCRtl.dll
|
|
|
|
|
|
|
|
|
|
..\bin\pabcnetc RebuildStandartModules.pas /rebuild
|
2026-04-09 09:45:52 +03:00
|
|
|
|
|
|
|
|
rem Удаляем pcu для SPython модулей, чтобы не применять /rebuild
|
|
|
|
|
del "..\bin\Lib\SPython\*.pcu" /q
|
2026-01-06 19:52:19 +03:00
|
|
|
..\bin\pabcnetc RebuildStandartModulesSPython.pas
|
2026-04-09 09:45:52 +03:00
|
|
|
|
2015-12-29 15:32:45 +03:00
|
|
|
@IF %ERRORLEVEL% NEQ 0 GOTO ERROR
|
2023-07-29 10:08:33 +03:00
|
|
|
|
2015-12-29 15:32:45 +03:00
|
|
|
|
2025-12-21 21:11:52 +03:00
|
|
|
cd ..\TestSuite
|
|
|
|
|
REM ..\bin\MPGORunner.exe
|
|
|
|
|
..\bin\TestRunner.exe 1
|
|
|
|
|
..\bin\TestRunner.exe 2
|
|
|
|
|
..\bin\TestRunner.exe 3
|
|
|
|
|
..\bin\TestRunner.exe 4
|
|
|
|
|
..\bin\TestRunner.exe 5
|
|
|
|
|
..\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
|
|
|
|
|
cd ..\..
|
2023-08-14 00:17:35 +03:00
|
|
|
|
2015-12-29 15:32:45 +03:00
|
|
|
GOTO EXIT
|
|
|
|
|
|
|
|
|
|
:ERROR
|
|
|
|
|
PAUSE
|
|
|
|
|
|
|
|
|
|
:EXIT
|