From 08ed526238f6aee7722a46951af6dababefc8269 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Thu, 6 Nov 2003 07:37:35 +0000 Subject: [PATCH] Don't make 'use-interface' propagated, since we don't want to build two version of library just because it's used by both console and gui application. Probably, a better approach would be to make 'user-interface' feature irrelevant to all targets except for exe, but that requires some design and coding. Patch from Brock Peabody. [SVN r20699] --- v2/tools/builtin.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/tools/builtin.jam b/v2/tools/builtin.jam index 2e245262a..288f30030 100644 --- a/v2/tools/builtin.jam +++ b/v2/tools/builtin.jam @@ -84,7 +84,7 @@ feature allow : : free ; # Windows-specific features -feature user-interface : console gui wince native auto : propagated ; +feature user-interface : console gui wince native auto ; feature variant : : implicit composite propagated symmetric ;