Re: [Lazarus] How would you organize build directories for different versions?

2011-07-16 Thread Frank Church
2011/7/14 Mattias Gaertner > ** > > > > > > Frank Church hat am 14. Juli 2011 um 11:24 > geschrieben: > > > > > 2011/7/14 Mattias Gaertner > > > > > > > > Frank Church hat am 14. Juli 2011 um 10:11 > geschrieben: > > [...] > >> If you are using different Lazarus versions but with same co

Re: [Lazarus] How would you organize build directories for different versions?

2011-07-15 Thread Marcos Douglas
On Thu, Jul 14, 2011 at 7:39 AM, Graeme Geldenhuys wrote: > > On 07/14/2011 12:20 PM, Mattias Gaertner wrote: > >  > And that can cause it's own set of headaches. Yes it saves on disk space > > No, it needs more disk space, because you have several output directories > > per > > package, .e.g. ta

Re: [Lazarus] How would you organize build directories for different versions?

2011-07-14 Thread Luiz Americo Pereira Camara
On 14/7/2011 12:20, Mattias Gaertner wrote: On Thu, 14 Jul 2011 11:13:53 -0300 Marcos Douglas wrote: These macros do not works in Lazarus [0.9.30.1] only from the version [0.9.31]? Yes. Nice feature. Only take a look at it now Is it possible to define dependency for a package conditionall

Re: [Lazarus] How would you organize build directories for different versions?

2011-07-14 Thread Marcos Douglas
On Thu, Jul 14, 2011 at 5:43 PM, Mattias Gaertner wrote: > On Thu, 14 Jul 2011 17:00:04 -0300 > Marcos Douglas wrote: > >>[...] >> > > To make clear what I want: >> > > In all projects I have available a Debug and Release mode, these modes >> > > are the same for all projects I make/open. >> > >

Re: [Lazarus] How would you organize build directories for different versions?

2011-07-14 Thread Mattias Gaertner
On Thu, 14 Jul 2011 17:00:04 -0300 Marcos Douglas wrote: >[...] > > > To make clear what I want: > > > In all projects I have available a Debug and Release mode, these modes > > > are the same for all projects I make/open. > > > The options I set in these modes do not force installed packages to

Re: [Lazarus] How would you organize build directories for different versions?

2011-07-14 Thread Marcos Douglas
On Thu, Jul 14, 2011 at 4:45 PM, Mattias Gaertner wrote: > > On Thu, 14 Jul 2011 17:49:31 +0200 > Bart wrote: > > >[...] > > To make clear what I want: > > In all projects I have available a Debug and Release mode, these modes > > are the same for all projects I make/open. > > The options I set i

Re: [Lazarus] How would you organize build directories for different versions?

2011-07-14 Thread Mattias Gaertner
On Thu, 14 Jul 2011 17:49:31 +0200 Bart wrote: >[...] > To make clear what I want: > In all projects I have available a Debug and Release mode, these modes > are the same for all projects I make/open. > The options I set in these modes do not force installed packages to be > re-build with my opti

Re: [Lazarus] How would you organize build directories for different versions?

2011-07-14 Thread Bart
I read the wiki article but I'm a little puzzled. I can define build modes (Debug/Release) with different compiler/linker options, and this seems to work. It just builds my project with the altered settings, and leaves the packages as is. However I have to repeat these steps for every project I h

Re: [Lazarus] How would you organize build directories for different versions?

2011-07-14 Thread Marcos Douglas
On Thu, Jul 14, 2011 at 12:20 PM, Mattias Gaertner wrote: > On Thu, 14 Jul 2011 11:13:53 -0300 > Marcos Douglas wrote: > >> On Thu, Jul 14, 2011 at 9:54 AM, Marcos Douglas wrote: >> > >> > 2011/7/14 Mattias Gaertner : >> > > You can define a project macro and use that in each package custom >>

Re: [Lazarus] How would you organize build directories for different versions?

2011-07-14 Thread Mattias Gaertner
On Thu, 14 Jul 2011 11:13:53 -0300 Marcos Douglas wrote: > On Thu, Jul 14, 2011 at 9:54 AM, Marcos Douglas wrote: > > > > 2011/7/14 Mattias Gaertner : > > > You can define a project macro and use that in each package custom > > > options. > > > > > > See here > > > > > > http://wiki.lazarus.fre

Re: [Lazarus] How would you organize build directories for different versions?

2011-07-14 Thread Graeme Geldenhuys
On 07/14/2011 01:17 PM, Mattias Gaertner wrote: > > I compared to common Delphi setting of having one global output directory. Then I don't do it like Delphi either. I have a output directory per project and then per target platform inside that, not one huge output directory as was done in Delp

Re: [Lazarus] How would you organize build directories for different versions?

2011-07-14 Thread Marcos Douglas
On Thu, Jul 14, 2011 at 9:54 AM, Marcos Douglas wrote: > > 2011/7/14 Mattias Gaertner : > > You can define a project macro and use that in each package custom options. > > > > See here > > > > http://wiki.lazarus.freepascal.org/Macros_and_Conditionals#Add_a_release.2Fdebug_mode > > > > Using build

Re: [Lazarus] How would you organize build directories for different versions?

2011-07-14 Thread Mattias Gaertner
    Graeme Geldenhuys hat am 14. Juli 2011 um 12:39 geschrieben: > On 07/14/2011 12:20 PM, Mattias Gaertner wrote: > >  > And that can cause it's own set of headaches. Yes it saves on disk space > > No, it needs more disk space, because you have several output directories > > per > > packa

Re: [Lazarus] How would you organize build directories for different versions?

2011-07-14 Thread Graeme Geldenhuys
On 07/14/2011 12:20 PM, Mattias Gaertner wrote: > > And that can cause it's own set of headaches. Yes it saves on disk space > No, it needs more disk space, because you have several output directories per > package, .e.g. targetcpu-targetos. I think you missunderstood my statement. I meant that

Re: [Lazarus] How would you organize build directories for different versions?

2011-07-14 Thread Mattias Gaertner
    Graeme Geldenhuys hat am 14. Juli 2011 um 11:56 geschrieben: > On 07/14/2011 11:43 AM, Mattias Gaertner wrote: > >> I thought they would all > >> be dumped into a single directory. > >  > > That would be a Delphi mess. Separate output directories is one of the key > > features of the

Re: [Lazarus] How would you organize build directories for different versions?

2011-07-14 Thread Graeme Geldenhuys
On 07/14/2011 11:43 AM, Mattias Gaertner wrote: >> I thought they would all >> be dumped into a single directory. > > That would be a Delphi mess. Separate output directories is one of the key > features of the Lazarus package system. And that can cause it's own set of headaches. Yes it saves

Re: [Lazarus] How would you organize build directories for different versions?

2011-07-14 Thread Mattias Gaertner
    Frank Church hat am 14. Juli 2011 um 11:24 geschrieben: > > > > 2011/7/14 Mattias Gaertner [mailto:nc-gaert...@netcologne.de] > > > >   > >   > >   > > > > > > Frank Church mailto:vfcli...@gmail.com] > hat am 14. > > Juli 2011 um 10:11 geschrieben: > > > > > > > [...] > > > >

Re: [Lazarus] How would you organize build directories for different versions?

2011-07-14 Thread Frank Church
2011/7/14 Mattias Gaertner > ** > > > > > > Frank Church hat am 14. Juli 2011 um 10:11 > geschrieben: > > [...] > > > If you are using different Lazarus versions but with same components > and > > packages, how would you organize separate build directories for the > > different versions, but

Re: [Lazarus] How would you organize build directories for different versions?

2011-07-14 Thread Mattias Gaertner
    Frank Church hat am 14. Juli 2011 um 10:11 geschrieben: > [...] > > > > > > > > > > > > > > > If you are using different Lazarus versions but with same components > > > > and > > > > packages, how would you organize separate build directories for the > > > > different versions,

Re: [Lazarus] How would you organize build directories for different versions?

2011-07-14 Thread Frank Church
On 3 October 2010 11:41, Frank Church wrote: > > > On 29 September 2010 08:38, Mattias Gaertner wrote: > >> On Wed, 29 Sep 2010 06:59:02 +0100 >> Frank Church wrote: >> >> > If you are using different Lazarus versions but with same components and >> > packages, how would you organize separate bu

Re: [Lazarus] How would you organize build directories for different versions?

2010-10-03 Thread Frank Church
On 29 September 2010 08:38, Mattias Gaertner wrote: > On Wed, 29 Sep 2010 06:59:02 +0100 > Frank Church wrote: > > > If you are using different Lazarus versions but with same components and > > packages, how would you organize separate build directories for the > > different versions, but same so

Re: [Lazarus] How would you organize build directories for different versions?

2010-09-29 Thread Mattias Gaertner
On Wed, 29 Sep 2010 06:59:02 +0100 Frank Church wrote: > If you are using different Lazarus versions but with same components and > packages, how would you organize separate build directories for the > different versions, but same source location. > > eg. say I am using fpc 2.2.4/ lazarus 0.9.28

[Lazarus] How would you organize build directories for different versions?

2010-09-28 Thread Frank Church
If you are using different Lazarus versions but with same components and packages, how would you organize separate build directories for the different versions, but same source location. eg. say I am using fpc 2.2.4/ lazarus 0.9.28, fpc 2.4.0 / lazarus 0.9.29 and fpc 2.5.1/ lazarus 0.9.29 All tho