2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 13:02:11 +00:00

Don't use toolset.register

[SVN r40956]
This commit is contained in:
Vladimir Prus
2007-11-09 08:26:47 +00:00
parent 9cde1825a8
commit 9331ff9f54
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ import feature : get-values ;
import type ;
import common ;
toolset.register borland ;
feature.extend toolset : borland ;
rule init ( version ? : command * : options * )
{

View File

@@ -13,7 +13,7 @@ import type ;
import common ;
import generators ;
toolset.register darwin ;
feature.extend toolset : darwin ;
import gcc ;
toolset.inherit-generators darwin : gcc ;