2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 13:02:11 +00:00
* new/project.jam
  (project-attributes.set): Pass default build through 'property.make'.


[SVN r17845]
This commit is contained in:
Vladimir Prus
2003-03-12 13:55:11 +00:00
parent cebcbbc38d
commit 2f5c206a5d
2 changed files with 8 additions and 0 deletions

View File

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

View File

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