Skip to content

Commit

Permalink
Update _RebuildReleaseAndBuildUnits.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
spectatorBH committed Dec 22, 2024
1 parent 81b45d3 commit d1110f9
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions _RebuildReleaseAndBuildUnits.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<<<<<<< Updated upstream
call Studio.bat /t:rebuild "/property:Configuration=Release" "/p:Platform=Any CPU" PascalABCNET.sln

@IF %ERRORLEVEL% NEQ 0 GOTO ERROR
Expand Down Expand Up @@ -30,4 +31,37 @@ GOTO EXIT
:ERROR
PAUSE

=======
call Studio.bat /t:rebuild "/property:Configuration=Release" "/p:Platform=Any CPU" PascalABCNET.sln

@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

..\bin\pabcnetc RebuildStandartModules.pas /rebuild
@IF %ERRORLEVEL% NEQ 0 GOTO ERROR

cd ..\bin
REM MPGORunner.exe
cd ..
GOTO EXIT

:ERROR
PAUSE

>>>>>>> Stashed changes
:EXIT

0 comments on commit d1110f9

Please sign in to comment.