diff --git a/new/msvc.jam b/new/msvc.jam index ddff09a8e..539f3023a 100755 --- a/new/msvc.jam +++ b/new/msvc.jam @@ -11,7 +11,7 @@ import toolset : flags ; import errors : error ; import feature : feature ; -feature user-interface : console gui wince native auto ; +feature user-interface : console gui wince native auto : propagated ; feature.extend toolset : msvc ; diff --git a/v2/msvc.jam b/v2/msvc.jam index ddff09a8e..539f3023a 100755 --- a/v2/msvc.jam +++ b/v2/msvc.jam @@ -11,7 +11,7 @@ import toolset : flags ; import errors : error ; import feature : feature ; -feature user-interface : console gui wince native auto ; +feature user-interface : console gui wince native auto : propagated ; feature.extend toolset : msvc ;