From 2f5c206a5d9b6ee22da41085c63e080e9f3fa685 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Wed, 12 Mar 2003 13:55:11 +0000 Subject: [PATCH] Bugfix. * new/project.jam (project-attributes.set): Pass default build through 'property.make'. [SVN r17845] --- new/project.jam | 4 ++++ v2/build/project.jam | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/new/project.jam b/new/project.jam index f402549aa..2af9fb2fe 100644 --- a/new/project.jam +++ b/new/project.jam @@ -470,6 +470,10 @@ rule project-attributes ( location ) self.usage-requirements = [ property-set.create $(t) ] ; } } + else if $(attribute) = "default-build" + { + self.default-build = [ property.make $(specification) ] ; + } else if $(attribute) = "source-location" { self.source-location = [ path.root $(specification) $(self.location) ] ; diff --git a/v2/build/project.jam b/v2/build/project.jam index f402549aa..2af9fb2fe 100644 --- a/v2/build/project.jam +++ b/v2/build/project.jam @@ -470,6 +470,10 @@ rule project-attributes ( location ) self.usage-requirements = [ property-set.create $(t) ] ; } } + else if $(attribute) = "default-build" + { + self.default-build = [ property.make $(specification) ] ; + } else if $(attribute) = "source-location" { self.source-location = [ path.root $(specification) $(self.location) ] ;