On Tue, 3 Jan 2006 13:32:10 -0800
Dale Welch <[EMAIL PROTECTED]> wrote:

> I am sorry but i seem to be missing how i tell it to build for gtk1
> from the command line MAKE.

You can choose the widgetset with the LCL_PLATFORM environment variable.
gtk1 is the default.

gtk1:
export LCL_PLATFORM=

gtk2:
export LCL_PLATFORM=gtk2

carbon:
export LCL_PLATFORM=carbon

...


For example:
export LCL_PLATFORM=gtk2 && cd lcl && make clean all


Mattias

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to