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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user