2011/12/22 <[email protected]>

>
>
> On Thu, 22 Dec 2011, Mattias Gaertner wrote:
>
>
>>
>>
>>
>> ik <[email protected]> hat am 22. Dezember 2011 um 11:04 geschrieben:
>>
>>
>>
>>> Hello,
>>>
>>> I'm creating a run-time package, but it seems that Lazarus also create a
>>> register unit with the package itself.
>>> Why is that, if I do not wish to register components, but only add units
>>> to
>>> path, and how can I avoid it ?
>>>
>>
>> A package has a main source file, which is used to compile all units of a
>> package.
>> Since 0.9.31 you can change the name of the main source.
>>
>
> Out of curiosity:
>
> Does the package system check that for a run-time package, none of the
> units
> is flagged as a 'Has register procedure' ?
>

Nop:
https://github.com/ik5/libnotify-fpc/blob/master/packages/libnotify_pkg.lpk


>
> Michael.
> --
> _______________________________________________
> Lazarus mailing list
> [email protected]
> http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
>
>
--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to