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

Search for "snapshot" as a version tag when doing Boost tool configs.

[SVN r31641]
This commit is contained in:
Rene Rivera
2005-11-14 06:10:03 +00:00
parent 1216016204
commit 726528c3d0
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ local boostbook-path = [ modules.peek : BOOSTBOOK_DIR ] ;
if [ os.name ] = NT
{
local boost-dir = ;
for local R in cvs 1.33.0
for local R in snapshot cvs 1.33.0
{
boost-dir += [ W32_GETREG
"HKEY_LOCAL_MACHINE\\SOFTWARE\\Boost.org\\$(R)"

View File

@@ -10,7 +10,7 @@ import toolset : using ;
if [ os.name ] = NT
{
local boost-dir = ;
for local R in cvs 1.33.0
for local R in snapshot cvs 1.33.0
{
boost-dir += [ W32_GETREG
"HKEY_LOCAL_MACHINE\\SOFTWARE\\Boost.org\\$(R)"