
|
[openbeos]
||
[Date Prev]
[06-2004 Date Index]
[Date Next]
||
[Thread Prev]
[06-2004 Thread Index]
[Thread Next]
[openbeos] Re: need help with jam
- From: Jérôme Duval <korli@xxxxxxxx>
- To: openbeos@xxxxxxxxxxxxx
- Date: Sat, 5 Jun 2004 23:17:31 +0200
Selon Ingo Weinhold <bonefish@xxxxxxxxxxxxxxx>:
>
> On 2004-06-04 at 02:41:16 [+0200], Axel Dörfler wrote:
> > Ingo Weinhold <bonefish@xxxxxxxxxxxxxxx> wrote:
> > > > Additionally, i'd need to have the build tool 'mkbuiltins' not
> > > > present in
> > > > the distro folder. In fact, it is only used as a bash build tool.
> > > Although that's not so nice, you can just insert a
> > >
> > > MakeLocate mkbuiltins : $(LOCATE_TARGET) ;
> > >
> > > after the BinCommand invocation, which will place the file in
> > > `objects/...'
> > > instead.
> >
> > Additionally, we also have a set of rules for this stuff, like:
> > BuildPlatformMain
> >
> > That's only an example as there are more :-)
> > It's important to use a different rule there, because the application
> > must run on the host platform, not the target one (even if that's not a
> > big problem at this point).
>
> Good point, thanks.
>
Why not a BuildBinCommand rule ?
Jerome
|

|