Op 21-02-19 om 14:39 schreef Martok via lazarus:
Am 21.02.2019 um 13:14 schrieb Sven Barth via lazarus:
The RTL package is not part of the packages directory, but is parallel to that.
Nevertheless it contains an fpmake.pp declaring it as a package.
It also doesn't create a fpmkinst file, is th
Am 21.02.2019 um 13:14 schrieb Sven Barth via lazarus:
> The RTL package is not part of the packages directory, but is parallel to
> that.
> Nevertheless it contains an fpmake.pp declaring it as a package.
It also doesn't create a fpmkinst file, is that intentional? Only the packages
from /packa
Am Do., 21. Feb. 2019, 11:40 hat AlexeyT via lazarus <
lazarus@lists.lazarus-ide.org> geschrieben:
> function TFppkgHelper.IsProperlyConfigured: Boolean;
> {$IF FPC_FULLVERSION>30100}
> var
>CompilerFilename: string;
> {$ENDIF FPC_FULLVERSION>30100}
> begin
>{$IF FPC_FULLVERSION>30100}
>
function TFppkgHelper.IsProperlyConfigured: Boolean;
{$IF FPC_FULLVERSION>30100}
var
CompilerFilename: string;
{$ENDIF FPC_FULLVERSION>30100}
begin
{$IF FPC_FULLVERSION>30100}
if Assigned(FFPpkg) and (FIsProperlyConfigured=fpcUnknown) then
begin
FIsProperlyConfigured := fpcYes;