mirror of
https://github.com/boostorg/build.git
synced 2026-02-16 01:12:13 +00:00
Declare 'user-interface' feature in 'builtin.jam', not 'msvc.jam', because
it is not msvc-specific -- e.g. borland needs it as well. [SVN r18213]
This commit is contained in:
@@ -63,6 +63,11 @@ feature location : : free path ;
|
||||
feature dll-path : : free path ;
|
||||
feature hardcode-dll-paths : false true : incidental propagated ;
|
||||
|
||||
|
||||
# Windows-specific features
|
||||
|
||||
feature user-interface : console gui wince native auto : propagated ;
|
||||
|
||||
feature variant : : implicit composite propagated symmetric ;
|
||||
|
||||
# Declares a new variant.
|
||||
|
||||
@@ -11,8 +11,6 @@ import toolset : flags ;
|
||||
import errors : error ;
|
||||
import feature : feature ;
|
||||
|
||||
feature user-interface : console gui wince native auto : propagated ;
|
||||
|
||||
feature.extend toolset : msvc ;
|
||||
|
||||
feature.subfeature toolset msvc : vendor
|
||||
|
||||
@@ -11,8 +11,6 @@ import toolset : flags ;
|
||||
import errors : error ;
|
||||
import feature : feature ;
|
||||
|
||||
feature user-interface : console gui wince native auto : propagated ;
|
||||
|
||||
feature.extend toolset : msvc ;
|
||||
|
||||
feature.subfeature toolset msvc : vendor
|
||||
|
||||
@@ -63,6 +63,11 @@ feature location : : free path ;
|
||||
feature dll-path : : free path ;
|
||||
feature hardcode-dll-paths : false true : incidental propagated ;
|
||||
|
||||
|
||||
# Windows-specific features
|
||||
|
||||
feature user-interface : console gui wince native auto : propagated ;
|
||||
|
||||
feature variant : : implicit composite propagated symmetric ;
|
||||
|
||||
# Declares a new variant.
|
||||
|
||||
Reference in New Issue
Block a user