From 2129d8c441865ea45abd8f6a150ec996c55bca48 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Wed, 10 Oct 2007 19:10:45 +0000 Subject: [PATCH] Revert mistaken commit [SVN r39899] --- v2/example/pch/Jamroot | 3 --- v2/tools/msvc.jam | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/v2/example/pch/Jamroot b/v2/example/pch/Jamroot index 35bb5e8ce..115164aae 100644 --- a/v2/example/pch/Jamroot +++ b/v2/example/pch/Jamroot @@ -13,9 +13,6 @@ cpp-pch pch include/pch.hpp : # requirements include - : # default-build - : # usage requirements - foobar ; explicit pch ; diff --git a/v2/tools/msvc.jam b/v2/tools/msvc.jam index 22f910c3c..1a61f5c5c 100644 --- a/v2/tools/msvc.jam +++ b/v2/tools/msvc.jam @@ -964,7 +964,7 @@ local rule register-configuration ( version : path ? ) } } -if [ os.name ] in NTXX CYGWIN +if [ os.name ] in NT CYGWIN { # Get installation paths from the registry