Re: [PATCH] more xforms cleanup

2006-07-13 Thread Lars Gullik Bjønnes
Michael Gerz <[EMAIL PROTECTED]> writes: | Andre Poenitz wrote: | | >On Mon, Jul 10, 2006 at 09:39:39PM +0200, Michael Gerz wrote: | > | >>Subject says it all. | >> | >>Michael | >> | >>Index: SConstruct | >>=== | >>--- SConstruct (

Re: [PATCH] more xforms cleanup

2006-07-12 Thread Michael Gerz
Andre Poenitz wrote: On Mon, Jul 10, 2006 at 09:39:39PM +0200, Michael Gerz wrote: Subject says it all. Michael Index: SConstruct === --- SConstruct (Revision 14416) +++ SConstruct (Arbeitskopie) @@ -122,7 +122,7 @@ opts.Add

Re: [PATCH] more xforms cleanup

2006-07-12 Thread Bo Peng
> -allowed_values = ('xform', 'qt2', 'qt3', 'qt4', 'gtk') ), > +allowed_values = ('qt2', 'qt3', 'qt4', 'gtk') ), qt2 looks odd. Unless you want to rename src/frontends/qt2 in the 1.4.x branch to qt3. The existence of that directory, by the way, is a signature for scons to tell 1

Re: [PATCH] more xforms cleanup

2006-07-12 Thread Jose' Matos
On Tuesday 11 July 2006 18:22, Andre Poenitz wrote: > qt2 looks odd. And it is wrong for 1.5.x, I only support qt3+ there. > Andre' -- José Abílio

Re: [PATCH] more xforms cleanup

2006-07-12 Thread Andre Poenitz
On Mon, Jul 10, 2006 at 09:39:39PM +0200, Michael Gerz wrote: > Subject says it all. > > Michael > > Index: SConstruct > === > --- SConstruct (Revision 14416) > +++ SConstruct (Arbeitskopie) > @@ -122,7 +122,7 @@ > opts.AddOptions(

[PATCH] more xforms cleanup

2006-07-10 Thread Michael Gerz
Subject says it all. Michael Index: SConstruct === --- SConstruct (Revision 14416) +++ SConstruct (Arbeitskopie) @@ -122,7 +122,7 @@ opts.AddOptions( # frontend EnumOption('frontend', 'Main GUI', default_frontend, -