[Lazarus] fpGUI
Felipe Monteiro de Carvalho
felipemonteiro.carvalho at gmail.com
Tue Jan 11 13:14:38 CET 2011
On Tue, Jan 11, 2011 at 1:05 PM, Michael Schnell <mschnell at lumino.de> wrote:
> I did not know that the LCL only supports one Widget Type at the time...
That's not true, it supports multiple widgets types at the same time,
it just doesn't automatically build the LCL, you need to do this
manually. And you need to have a build LCL for the target widgetset to
use it in your project. All builds are stored in separate directories,
so you can have any number of widgetsets built at the same time and
further uses of the same widgetset wont require a LCL rebuild unless
you change your LCL source code or your compiler.
--
Felipe Monteiro de Carvalho
More information about the Lazarus
mailing list