Re: [wxCode-users] bakefile, Makefile.in and install targets

2006-10-26 Thread John Labenski
On 10/26/06, Francesco Montorsi <[EMAIL PROTECTED]> wrote: > John Labenski ha scritto: > > I applied a much simplier solution, you're still locked into using > > include/wx as a base path but you can now specify any number of > > additional extra paths. > > > > You merely set a variable in your com

Re: [wxCode-users] bakefile, Makefile.in and install targets

2006-10-26 Thread Francesco Montorsi
John Labenski ha scritto: > I applied a much simplier solution, you're still locked into using > include/wx as a base path but you can now specify any number of > additional extra paths. > > You merely set a variable in your component's bakefile as shown in the > template bakefile: wxCode/build/em

Re: [wxCode-users] bakefile, Makefile.in and install targets

2006-10-25 Thread John Labenski
I applied a much simplier solution, you're still locked into using include/wx as a base path but you can now specify any number of additional extra paths. You merely set a variable in your component's bakefile as shown in the template bakefile: wxCode/build/empty.bkl.template and