Добавление компиляции RebuildStandartModulesSPython.pas в bat файлы (#3368)
* Add RebuildStandartModules SPython.pas compilation in bat files * Update gitignore in ReleaseGenerators
This commit is contained in:
parent
2d09016310
commit
52c9e7182b
1
ReleaseGenerators/.gitignore
vendored
1
ReleaseGenerators/.gitignore
vendored
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
|
||||
/RebuildStandartModules.exe
|
||||
/RebuildStandartModulesSPython.exe
|
||||
/Samples/BF/*
|
||||
/Samples/PAS/*
|
||||
/Samples/PL0/*
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ dotnet build -c Release --no-incremental PascalABCNET.sln
|
|||
|
||||
cd ReleaseGenerators
|
||||
..\bin\pabcnetc RebuildStandartModules.pas /rebuild
|
||||
..\bin\pabcnetc RebuildStandartModulesSPython.pas
|
||||
..\bin\pabcnetc RebuildStandartModulesSPython.pas /rebuild
|
||||
@IF %ERRORLEVEL% NEQ 0 GOTO ERROR
|
||||
|
||||
cd PABCRtl
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@ dotnet build -c Release --no-incremental PascalABCNET.sln
|
|||
|
||||
cd ReleaseGenerators
|
||||
..\bin\pabcnetc RebuildStandartModules.pas /rebuild
|
||||
..\bin\pabcnetc RebuildStandartModulesSPython.pas /rebuild
|
||||
@IF %ERRORLEVEL% NEQ 0 GOTO ERROR
|
||||
|
||||
|
||||
|
|
@ -20,6 +21,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
|
||||
@IF %ERRORLEVEL% NEQ 0 GOTO ERROR
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -18,6 +18,7 @@ mono --aot bin/PascalABCLanguageInfo.dll
|
|||
|
||||
cd ReleaseGenerators
|
||||
mono ../bin/pabcnetc.exe RebuildStandartModulesMono.pas /rebuild
|
||||
mono ../bin/pabcnetc RebuildStandartModulesSPython.pas /rebuild
|
||||
if [ $? -eq 0 ]; then
|
||||
if [ $? -eq 0 ]; then
|
||||
cd ../TestSuite
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@ dotnet build -c Release PascalABCNET.sln
|
|||
|
||||
cd ReleaseGenerators
|
||||
..\bin\pabcnetc RebuildStandartModules.pas /rebuild /noconsole
|
||||
..\bin\pabcnetc RebuildStandartModulesSPython.pas /rebuild /noconsole
|
||||
@IF %ERRORLEVEL% NEQ 0 GOTO ERROR
|
||||
|
||||
|
||||
|
|
@ -20,6 +21,7 @@ ExecHide.exe gacutil.exe /u PABCRtl
|
|||
ExecHide.exe gacutil.exe /i ..\bin\Lib\PABCRtl.dll
|
||||
|
||||
..\bin\pabcnetc RebuildStandartModules.pas /rebuild /noconsole
|
||||
..\bin\pabcnetc RebuildStandartModulesSPython.pas /rebuild /noconsole
|
||||
@IF %ERRORLEVEL% NEQ 0 GOTO ERROR
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue