2025-03-03 20:34:51 +03:00
|
|
|
dotnet build -c Release --no-incremental PascalABCNET.sln
|
2019-01-04 23:09:13 +03:00
|
|
|
|
2016-08-01 21:57:38 +03:00
|
|
|
@IF %ERRORLEVEL% NEQ 0 GOTO ERROR
|
|
|
|
|
|
|
|
|
|
cd ReleaseGenerators
|
|
|
|
|
..\bin\pabcnetc RebuildStandartModules.pas /rebuild
|
|
|
|
|
@IF %ERRORLEVEL% NEQ 0 GOTO ERROR
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
2024-11-13 22:13:41 +03:00
|
|
|
rem ..\bin\pabcnetc RebuildStandartModules.pas /rebuild
|
|
|
|
|
rem @IF %ERRORLEVEL% NEQ 0 GOTO ERROR
|
2023-07-29 10:08:33 +03:00
|
|
|
|
2016-08-01 21:57:38 +03:00
|
|
|
|
|
|
|
|
cd ..\bin
|
|
|
|
|
REM MPGORunner.exe
|
|
|
|
|
cd ..
|
|
|
|
|
GOTO EXIT
|
|
|
|
|
|
|
|
|
|
:ERROR
|
|
|
|
|
PAUSE
|
|
|
|
|
|
|
|
|
|
:EXIT
|