2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 01:12:13 +00:00

Add ASM -> OBJ generator registration that was omitted from the previous

patch by mistake.


[SVN r31085]
This commit is contained in:
Vladimir Prus
2005-09-23 05:36:55 +00:00
parent 595a1058f8
commit 3a2c66c9ce

View File

@@ -255,6 +255,7 @@ generators.register-c-compiler msvc.compile.c++ : CPP : OBJ : <toolset>msvc ;
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