Boost logo

Boost-Build :

Subject: Re: [Boost-build] using assembler
From: Vladimir Prus (ghost_at_[hidden])
Date: 2010-03-17 16:47:00


On Wednesday 17 March 2010 19:30:05 Oliver Kowalke wrote:

> Because inline assembler is deprecated for MS VC on x86 and not
> available on x86_64 I'd like to use the assembler feature of boost.build.
> Unfortunately I didn't found a hint in the boost.build docu how to use it.
> Is the assembly automatically done? Doe the assembler files require a
> special extension (*.asm)? etc.

Adding file with extension .asm to the list of sources for your targets should
be enough. Other recognized extensions are .s and .S, but those are more
common on the other operating system.

Thanks,

--
Vladimir Prus
http://vladimir_prus.blogspot.com
Boost.Build: http://boost.org/boost-build2

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