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) ] ;