Re: [Lazarus] make ide custom option

2015-03-01 Thread leledumbo
> make bigide LCL_PLATFORM=cocoa OPT="-gw2" 

try: make clean bigide LCL_PLATFORM=cocoa OPT="-gw2" 



--
View this message in context: 
http://free-pascal-lazarus.989080.n3.nabble.com/Lazarus-make-ide-custom-option-tp4040892p4040912.html
Sent from the Free Pascal - Lazarus mailing list archive at Nabble.com.

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] make ide custom option

2015-03-01 Thread Mattias Gaertner
On Sat, 28 Feb 2015 12:50:45 +0100
Mattias Gaertner  wrote:

> On Sat, 28 Feb 2015 08:39:39 -0300
> Felipe Monteiro de Carvalho  wrote:
> 
> > I'm trying to add -gw2 to ide building, was it OPT?
> > 
> > I tried:
> > 
> > make bigide LCL_PLATFORM=cocoa OPT="-gw2"
> 
> OPTS

Sorry. Of course, OPT is right.

Mattias

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] make ide custom option

2015-03-01 Thread FreeMan

http://wiki.lazarus.freepascal.org/Carbon_Interface

which one is OPT="" or OPTS=""  ?
I'm using this for qt without error
CPU_TARGET=x86_64 OS_TARGET=darwin LCL_PLATFORM=qt OPT="-k'-framework' 
-k'ApplicationServices' -dUSE_QT_45 -g -l"


On 28.02.2015 13:50, Mattias Gaertner wrote:

I'm trying to add -gw2 to ide building, was it OPT?
>
>I tried:
>
>make bigide LCL_PLATFORM=cocoa OPT="-gw2"

OPTS

Mattias



--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] make ide custom option

2015-02-28 Thread Mattias Gaertner
On Sat, 28 Feb 2015 08:39:39 -0300
Felipe Monteiro de Carvalho  wrote:

> I'm trying to add -gw2 to ide building, was it OPT?
> 
> I tried:
> 
> make bigide LCL_PLATFORM=cocoa OPT="-gw2"

OPTS

Mattias

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


[Lazarus] make ide custom option

2015-02-28 Thread Felipe Monteiro de Carvalho
I'm trying to add -gw2 to ide building, was it OPT?

I tried:

make bigide LCL_PLATFORM=cocoa OPT="-gw2"

But noted no change.

Maybe lazbuild would be a good idea, although I also dont know how to
put custom options for it

thanks,
-- 
Felipe Monteiro de Carvalho

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus