Boost logo

Boost-Build :

From: Reece Dunn (msclrhd_at_[hidden])
Date: 2005-09-22 14:05:23


Vladimir Prus wrote:
> Hi Reece,
>>I have now attached the resulting msvc assembler support patch.
>
> Applied, thanks!

No problem. I have, however noticed a slight glitch -- when creating the
patch, I forgot to pull in the generator registration. The generator is
in my local version, but on a branch of BBv2 I am using to make custom
modifications.

The attached patch fixes this problem.

- Reece
 --------------040605060804080901020804 Content-Type: text/plain;
name="msvc.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="msvc.diff"

Index: msvc.jam
===================================================================
RCS file: /cvsroot/boost/boost/tools/build/v2/tools/msvc.jam,v
retrieving revision 1.52
diff -u -r1.52 msvc.jam
--- msvc.jam 22 Sep 2005 13:51:58 -0000 1.52
+++ msvc.jam 22 Sep 2005 18:58:30 -0000
@@ -255,6 +255,7 @@
generators.register-c-compiler msvc.compile.c : C : OBJ : <toolset>msvc ;
generators.register-standard msvc.compile.rc : RC : OBJ(%_res) : <toolset>msvc ;
generators.override msvc.compile.rc : rc.resource-compile ;
+generators.register-standard msvc.compile.asm : ASM : OBJ : <toolset>msvc ;

#
# Declare flags and action for compilation
 --------------040605060804080901020804--


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