* cosmetic change for easier synchronization

This commit is contained in:
Tomas Hajny 2000-03-12 13:42:00 +00:00
parent df440cdac3
commit 34ec264bf8

View File

@ -558,18 +558,18 @@ if exist %FPCSNAPBIN%\ppas.cmd goto PPasCmd
echo *Error: The compiler wasn't compiled!! >> %FPCERRLOG% echo *Error: The compiler wasn't compiled!! >> %FPCERRLOG%
goto End goto End
:PPasBat
echo *Automatic binding failed, trying again ... >> %FPCERRLOG%
call %FPCSNAPBIN%\ppas.bat
del %FPCSNAPBIN%\ppas.bat >> %FPCERRLOG%
goto Comp2
:PPasCmd :PPasCmd
echo *Automatic binding failed, trying again ... >> %FPCERRLOG% echo *Automatic binding failed, trying again ... >> %FPCERRLOG%
call %FPCSNAPBIN%\ppas.cmd call %FPCSNAPBIN%\ppas.cmd
del %FPCSNAPBIN%\ppas.cmd >> %FPCERRLOG% del %FPCSNAPBIN%\ppas.cmd >> %FPCERRLOG%
goto Comp2 goto Comp2
:PPasBat
echo *Automatic binding failed, trying again ... >> %FPCERRLOG%
call %FPCSNAPBIN%\ppas.bat
del %FPCSNAPBIN%\ppas.bat >> %FPCERRLOG%
goto Comp2
:OKCompiler :OKCompiler
if %PARAMS% == compiler goto End if %PARAMS% == compiler goto End
if %PARAMS% == both goto End if %PARAMS% == both goto End
@ -648,7 +648,10 @@ goto End
$Log$ $Log$
Revision 1.10 2000-03-12 13:37:24 hajny Revision 1.11 2000-03-12 13:42:00 hajny
* cosmetic change for easier synchronization
Revision 1.10 2000/03/12 13:37:24 hajny
* support for calling PPAS script, compiler stack increased * support for calling PPAS script, compiler stack increased
Revision 1.9 2000/03/05 19:13:25 hajny Revision 1.9 2000/03/05 19:13:25 hajny