mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 06:09:11 +02:00
+ DynLibs added
This commit is contained in:
parent
ac17e718e5
commit
9e0774ac3b
@ -546,6 +546,10 @@ echo *Compiling unit LineInfo ... >> %FPCERRLOG%
|
|||||||
%REALTOOLS%%COMPILER% @%OS2OPTF% %OTHEROPTS% %OS2RTLC%\LINEINFO.PP
|
%REALTOOLS%%COMPILER% @%OS2OPTF% %OTHEROPTS% %OS2RTLC%\LINEINFO.PP
|
||||||
if .%FORCEPPAS% == .1 echo *Calling the PPAS script >> %FPCERRLOG%
|
if .%FORCEPPAS% == .1 echo *Calling the PPAS script >> %FPCERRLOG%
|
||||||
if .%FORCEPPAS% == .1 call %FPCSNAPRTL%\%PPASNAME% >> %FPCERRLOG%
|
if .%FORCEPPAS% == .1 call %FPCSNAPRTL%\%PPASNAME% >> %FPCERRLOG%
|
||||||
|
echo *Compiling unit DynLibs (doesn't exist in 1.0.x - won't be found then) ... >> %FPCERRLOG%
|
||||||
|
%REALTOOLS%%COMPILER% @%OS2OPTF% %OTHEROPTS% %OS2RTLC%\DYNLIBS.PP
|
||||||
|
if .%FORCEPPAS% == .1 echo *Calling the PPAS script >> %FPCERRLOG%
|
||||||
|
if .%FORCEPPAS% == .1 call %FPCSNAPRTL%\%PPASNAME% >> %FPCERRLOG%
|
||||||
echo *Compiling unit KbdCalls ... >> %FPCERRLOG%
|
echo *Compiling unit KbdCalls ... >> %FPCERRLOG%
|
||||||
%REALTOOLS%%COMPILER% @%OS2OPTF% %OTHEROPTS% %OS2RTL%\KBDCALLS.PAS
|
%REALTOOLS%%COMPILER% @%OS2OPTF% %OTHEROPTS% %OS2RTL%\KBDCALLS.PAS
|
||||||
if .%FORCEPPAS% == .1 echo *Calling the PPAS script >> %FPCERRLOG%
|
if .%FORCEPPAS% == .1 echo *Calling the PPAS script >> %FPCERRLOG%
|
||||||
@ -723,7 +727,10 @@ goto End
|
|||||||
|
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.2 2000-10-07 11:47:54 hajny
|
Revision 1.3 2000-10-08 18:44:36 hajny
|
||||||
|
+ DynLibs added
|
||||||
|
|
||||||
|
Revision 1.2 2000/10/07 11:47:54 hajny
|
||||||
* updates for 1.1, etc.
|
* updates for 1.1, etc.
|
||||||
|
|
||||||
Revision 1.1 2000/07/14 10:09:29 michael
|
Revision 1.1 2000/07/14 10:09:29 michael
|
||||||
|
@ -512,6 +512,10 @@ echo *Compiling unit LineInfo ... >> %FPCERRLOG%
|
|||||||
%REALTOOLS%%COMPILER% @%OS2OPTF% %OTHEROPTS% %OS2RTLC%\LINEINFO.PP
|
%REALTOOLS%%COMPILER% @%OS2OPTF% %OTHEROPTS% %OS2RTLC%\LINEINFO.PP
|
||||||
if .%FORCEPPAS% == .1 echo *Calling the PPAS script >> %FPCERRLOG%
|
if .%FORCEPPAS% == .1 echo *Calling the PPAS script >> %FPCERRLOG%
|
||||||
if .%FORCEPPAS% == .1 call %FPCSNAPRTL%\%PPASNAME% >> %FPCERRLOG%
|
if .%FORCEPPAS% == .1 call %FPCSNAPRTL%\%PPASNAME% >> %FPCERRLOG%
|
||||||
|
echo *Compiling unit DynLibs (doesn't exist in 1.0.x - won't be found then) ... >> %FPCERRLOG%
|
||||||
|
%REALTOOLS%%COMPILER% @%OS2OPTF% %OTHEROPTS% %OS2RTLC%\DYNLIBS.PP
|
||||||
|
if .%FORCEPPAS% == .1 echo *Calling the PPAS script >> %FPCERRLOG%
|
||||||
|
if .%FORCEPPAS% == .1 call %FPCSNAPRTL%\%PPASNAME% >> %FPCERRLOG%
|
||||||
echo *Compiling unit KbdCalls ... >> %FPCERRLOG%
|
echo *Compiling unit KbdCalls ... >> %FPCERRLOG%
|
||||||
%REALTOOLS%%COMPILER% @%OS2OPTF% %OTHEROPTS% %OS2RTL%\KBDCALLS.PAS
|
%REALTOOLS%%COMPILER% @%OS2OPTF% %OTHEROPTS% %OS2RTL%\KBDCALLS.PAS
|
||||||
if .%FORCEPPAS% == .1 echo *Calling the PPAS script >> %FPCERRLOG%
|
if .%FORCEPPAS% == .1 echo *Calling the PPAS script >> %FPCERRLOG%
|
||||||
@ -685,7 +689,10 @@ goto End
|
|||||||
|
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.2 2000-10-07 11:47:54 hajny
|
Revision 1.3 2000-10-08 18:44:36 hajny
|
||||||
|
+ DynLibs added
|
||||||
|
|
||||||
|
Revision 1.2 2000/10/07 11:47:54 hajny
|
||||||
* updates for 1.1, etc.
|
* updates for 1.1, etc.
|
||||||
|
|
||||||
Revision 1.1 2000/07/14 10:09:29 michael
|
Revision 1.1 2000/07/14 10:09:29 michael
|
||||||
|
Loading…
Reference in New Issue
Block a user