mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-20 23:49:44 +02:00
* fpc.pas added
This commit is contained in:
parent
cfe0286b0b
commit
47e2ecfe68
@ -618,6 +618,12 @@ echo *End of basic options used for compilation >> %FPCERRLOG%
|
|||||||
if not .%OTHEROPTS% == . echo *User specified options: %OTHEROPTS% >> %FPCERRLOG%
|
if not .%OTHEROPTS% == . echo *User specified options: %OTHEROPTS% >> %FPCERRLOG%
|
||||||
:CompS2
|
:CompS2
|
||||||
echo *Compiling the compiler ... >> %FPCERRLOG%
|
echo *Compiling the compiler ... >> %FPCERRLOG%
|
||||||
|
%REALTOOLS%%COMPILER% @%OS2OPTF% %OTHEROPTS% %COMPSPATH%\FPC.PAS
|
||||||
|
if .%FORCEPPAS% == .1 echo *Calling the PPAS script >> %FPCERRLOG%
|
||||||
|
if .%FORCEPPAS% == .1 call %FPCSNAPBIN%\%PPASNAME% >> %FPCERRLOG%
|
||||||
|
if .%FORCEPPAS% == .1 echo * Deleting the PPAS script >> %FPCERRLOG%
|
||||||
|
if .%FORCEPPAS% == .1 del %FPCSNAPBIN%\%PPASNAME% >> %FPCERRLOG%
|
||||||
|
if .%FORCEPPAS% == .1 del %FPCSNAPBIN%\link.res >> %FPCERRLOG%
|
||||||
%REALTOOLS%%COMPILER% @%OS2OPTF% %OTHEROPTS% %COMPSPATH%\PP.PAS
|
%REALTOOLS%%COMPILER% @%OS2OPTF% %OTHEROPTS% %COMPSPATH%\PP.PAS
|
||||||
if .%FORCEPPAS% == .1 echo *Calling the PPAS script >> %FPCERRLOG%
|
if .%FORCEPPAS% == .1 echo *Calling the PPAS script >> %FPCERRLOG%
|
||||||
if .%FORCEPPAS% == .1 call %FPCSNAPBIN%\%PPASNAME% >> %FPCERRLOG%
|
if .%FORCEPPAS% == .1 call %FPCSNAPBIN%\%PPASNAME% >> %FPCERRLOG%
|
||||||
@ -727,7 +733,10 @@ goto End
|
|||||||
|
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.4 2000-10-14 19:46:58 hajny
|
Revision 1.5 2000-12-03 18:40:56 hajny
|
||||||
|
* fpc.pas added
|
||||||
|
|
||||||
|
Revision 1.4 2000/10/14 19:46:58 hajny
|
||||||
* fix for continue parameter
|
* fix for continue parameter
|
||||||
|
|
||||||
Revision 1.3 2000/10/08 18:44:36 hajny
|
Revision 1.3 2000/10/08 18:44:36 hajny
|
||||||
|
@ -584,6 +584,12 @@ echo *End of basic options used for compilation >> %FPCERRLOG%
|
|||||||
if not .%OTHEROPTS% == . echo *User specified options: %OTHEROPTS% >> %FPCERRLOG%
|
if not .%OTHEROPTS% == . echo *User specified options: %OTHEROPTS% >> %FPCERRLOG%
|
||||||
:CompS2
|
:CompS2
|
||||||
echo *Compiling the compiler ... >> %FPCERRLOG%
|
echo *Compiling the compiler ... >> %FPCERRLOG%
|
||||||
|
%REALTOOLS%%COMPILER% @%OS2OPTF% %OTHEROPTS% %COMPSPATH%\FPC.PAS
|
||||||
|
if .%FORCEPPAS% == .1 echo *Calling the PPAS script >> %FPCERRLOG%
|
||||||
|
if .%FORCEPPAS% == .1 call %FPCSNAPBIN%\%PPASNAME% >> %FPCERRLOG%
|
||||||
|
if .%FORCEPPAS% == .1 echo * Deleting the PPAS script >> %FPCERRLOG%
|
||||||
|
if .%FORCEPPAS% == .1 del %FPCSNAPBIN%\%PPASNAME% >> %FPCERRLOG%
|
||||||
|
if .%FORCEPPAS% == .1 del %FPCSNAPBIN%\link.res >> %FPCERRLOG%
|
||||||
%REALTOOLS%%COMPILER% @%OS2OPTF% %OTHEROPTS% %COMPSPATH%\PP.PAS
|
%REALTOOLS%%COMPILER% @%OS2OPTF% %OTHEROPTS% %COMPSPATH%\PP.PAS
|
||||||
if .%FORCEPPAS% == .1 echo *Calling the PPAS script >> %FPCERRLOG%
|
if .%FORCEPPAS% == .1 echo *Calling the PPAS script >> %FPCERRLOG%
|
||||||
if .%FORCEPPAS% == .1 call %FPCSNAPBIN%\%PPASNAME% >> %FPCERRLOG%
|
if .%FORCEPPAS% == .1 call %FPCSNAPBIN%\%PPASNAME% >> %FPCERRLOG%
|
||||||
@ -689,7 +695,10 @@ goto End
|
|||||||
|
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.4 2000-10-14 19:46:58 hajny
|
Revision 1.5 2000-12-03 18:40:56 hajny
|
||||||
|
* fpc.pas added
|
||||||
|
|
||||||
|
Revision 1.4 2000/10/14 19:46:58 hajny
|
||||||
* fix for continue parameter
|
* fix for continue parameter
|
||||||
|
|
||||||
Revision 1.3 2000/10/08 18:44:36 hajny
|
Revision 1.3 2000/10/08 18:44:36 hajny
|
||||||
|
Loading…
Reference in New Issue
Block a user