Re: [fpc-pascal] fpmake custom options

2009-04-14 Thread Mattias Gärtner
Zitat von Vincent Snijders : > Mattias Gärtner schreef: > > Is the tracker online? I can't reach it. > > I can reach it without problems. I can reach it only every third reload. I created the bug report. Mattias ___ fpc-pascal maillist - fpc-pasca

Re: [fpc-pascal] fpmake custom options

2009-04-14 Thread Michael Van Canneyt
On Tue, 14 Apr 2009, Mattias Gärtner wrote: > Zitat von Michael Van Canneyt : > > >[...] > > > > > I tried a simple example: > > > > > T.Options:='-gl -vh'; > >[...] > > Please do, that way it won't be forgotten. > > Is the tracker online? I can't reach it. Works fine from here at home. Mi

Re: [fpc-pascal] fpmake custom options

2009-04-14 Thread Vincent Snijders
Mattias Gärtner schreef: Is the tracker online? I can't reach it. I can reach it without problems. Vincent ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] fpmake custom options

2009-04-14 Thread Mattias Gärtner
Zitat von Michael Van Canneyt : >[...] > > > > I tried a simple example: > > > > T.Options:='-gl -vh'; >[...] > Please do, that way it won't be forgotten. Is the tracker online? I can't reach it. Mattias ___ fpc-pascal maillist - fpc-pascal@lists

Re: [fpc-pascal] fpmake custom options

2009-04-14 Thread Michael Van Canneyt
On Tue, 14 Apr 2009, Mattias Gärtner wrote: > Zitat von Michael Van Canneyt : > > > > > > > On Tue, 14 Apr 2009, Mattias Gärtner wrote: > > > > > How to add custom options? > > > > > > The wiki of fpmake gives: > > > T.Options:= '-dSOMEDEFINE'; > > > T.Options:= T.Options + ' -xyzAnythingY

Re: [fpc-pascal] fpmake custom options

2009-04-14 Thread Mattias Gärtner
Zitat von Michael Van Canneyt : > > > On Tue, 14 Apr 2009, Mattias Gärtner wrote: > > > How to add custom options? > > > > The wiki of fpmake gives: > > T.Options:= '-dSOMEDEFINE'; > > T.Options:= T.Options + ' -xyzAnythingYouNeed'; > > > > I tried a simple example: > > T.Options:='-gl -vh'

Re: [fpc-pascal] fpmake custom options

2009-04-14 Thread Michael Van Canneyt
On Tue, 14 Apr 2009, Mattias Gärtner wrote: > How to add custom options? > > The wiki of fpmake gives: > T.Options:= '-dSOMEDEFINE'; > T.Options:= T.Options + ' -xyzAnythingYouNeed'; > > I tried a simple example: > T.Options:='-gl -vh'; > > And I got: > Executing command "/usr/local/bin

[fpc-pascal] fpmake custom options

2009-04-14 Thread Mattias Gärtner
How to add custom options? The wiki of fpmake gives: T.Options:= '-dSOMEDEFINE'; T.Options:= T.Options + ' -xyzAnythingYouNeed'; I tried a simple example: T.Options:='-gl -vh'; And I got: Executing command "/usr/local/bin/fpc -Tdarwin -FUunits/i386-darwin -Fu/usr/local/lib/fpc/2.2.4/units/