From 9e0774ac3bdcc3d1d10cb25f9ce9126d0c1c0213 Mon Sep 17 00:00:00 2001 From: Tomas Hajny Date: Sun, 8 Oct 2000 18:44:36 +0000 Subject: [PATCH] + DynLibs added --- install/os2snap.bat | 9 ++++++++- install/os2snap.cmd | 9 ++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/install/os2snap.bat b/install/os2snap.bat index acd5fe01f5..0606fe6335 100644 --- a/install/os2snap.bat +++ b/install/os2snap.bat @@ -546,6 +546,10 @@ echo *Compiling unit LineInfo ... >> %FPCERRLOG% %REALTOOLS%%COMPILER% @%OS2OPTF% %OTHEROPTS% %OS2RTLC%\LINEINFO.PP if .%FORCEPPAS% == .1 echo *Calling the PPAS script >> %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% %REALTOOLS%%COMPILER% @%OS2OPTF% %OTHEROPTS% %OS2RTL%\KBDCALLS.PAS if .%FORCEPPAS% == .1 echo *Calling the PPAS script >> %FPCERRLOG% @@ -723,7 +727,10 @@ goto End $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. Revision 1.1 2000/07/14 10:09:29 michael diff --git a/install/os2snap.cmd b/install/os2snap.cmd index 994ff47eb5..e0b6de34ed 100644 --- a/install/os2snap.cmd +++ b/install/os2snap.cmd @@ -512,6 +512,10 @@ echo *Compiling unit LineInfo ... >> %FPCERRLOG% %REALTOOLS%%COMPILER% @%OS2OPTF% %OTHEROPTS% %OS2RTLC%\LINEINFO.PP if .%FORCEPPAS% == .1 echo *Calling the PPAS script >> %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% %REALTOOLS%%COMPILER% @%OS2OPTF% %OTHEROPTS% %OS2RTL%\KBDCALLS.PAS if .%FORCEPPAS% == .1 echo *Calling the PPAS script >> %FPCERRLOG% @@ -685,7 +689,10 @@ goto End $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. Revision 1.1 2000/07/14 10:09:29 michael