[Lazarus] Creating packages - what to include?
Bart
bartjunk64 at gmail.com
Mon Dec 28 22:51:06 CET 2020
On Mon, Dec 28, 2020 at 6:13 PM Bo Berglund via lazarus
<lazarus at lists.lazarus-ide.org> wrote:
> Could you please direct me to where in Lazarus this can be done?
It is in Complier options.
It has a checkbox "Set compiler options as default".
My folder layout is like:
\<username>\LazarusProjecten\
Each application's main lpi resides in a subfolder of this
My usefull unist are in a subfolder called MijnLib
So I have e.g.
\<username>\LazarusProjecten\MijnLib
\<username>\LazarusProjecten\EPlus
\<username>\LazarusProjecten\AdresBoek
\<username>\LazarusProjecten\sbp
etc.
In my default compiler options I have "..\MijnLib" as the first entry
in -Fu field.
This of course only works if you have a folder setup similar to mine:
a base folder in which you create new folders for each application you
write.
--
Bart
More information about the lazarus
mailing list