2
0
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:
Vladimir Prus
2003-04-09 12:01:02 +00:00
parent a3683f2d46
commit a9b0dea855
4 changed files with 10 additions and 4 deletions

View File

@@ -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.

View File

@@ -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

View File

@@ -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

View File

@@ -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.