|
Boost-Build : |
Subject: Re: [Boost-build] selecting the assembler
From: Oliver Kowalke (oliver.kowalke_at_[hidden])
Date: 2012-03-06 10:47:14
Am 06.03.2012 14:48, schrieb Bruno Santos:
> You have it wrong, first the target then the source:
>
> make asm/fcontext_i386_ms_pe_masm.o : asm/fcontext_i386_ms_pe_masm.asm : @masm ;
>
OK - that works for me - thanks.
Is it the correct to add asm/abc.o to the source list?
make asm/abc.o : asm/abc.asm : @masm ;
actions mam
{...}
alias asm_sources
: some_thing.cpp
asm/abc.o
: <toolset>gcc
;
?
Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk