$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] using assembler
From: Oliver Kowalke (oliver.kowalke_at_[hidden])
Date: 2010-03-17 12:30:05
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.
Oliver