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

Make vacpp toolset recognize and support version

numbers.  Also perform minimal options processing.



[SVN r41151]
This commit is contained in:
K. Noel Belcourt
2007-11-16 17:30:57 +00:00
parent a4a7522aad
commit 7724214a2b

View File

@@ -18,11 +18,17 @@ feature.extend toolset : vacpp ;
toolset.inherit vacpp : unix ;
generators.override vacpp.prebuilt : builtin.lib-generator ;
generators.override vacpp.searched-lib-generator : searched-lib-generator ;
feature.subfeature toolset vacpp : version ;
# Configure the vacpp toolset
rule init ( version ? : command * : options * )
{
local condition = [
common.check-init-parameters vacpp : version $(version) ] ;
command = [ common.get-invocation-command vacpp : xlC
: $(command) : "/usr/vacpp/bin/xlC" ] ;
common.handle-options vacpp : $(condition) : $(command) : $(options) ;
}
# Declare generators