diff --git a/v2/example/pch/Jamroot b/v2/example/pch/Jamroot index 509de203a..115164aae 100644 --- a/v2/example/pch/Jamroot +++ b/v2/example/pch/Jamroot @@ -13,8 +13,8 @@ cpp-pch pch include/pch.hpp : # requirements include - msvc:source/pch.cpp ; +explicit pch ; # exe ########################################################################## diff --git a/v2/example/pch/source/pch.cpp b/v2/example/pch/source/pch.cpp deleted file mode 100644 index 995e1f803..000000000 --- a/v2/example/pch/source/pch.cpp +++ /dev/null @@ -1,8 +0,0 @@ -/* Copyright 2006 Ilya Sokolov - - Distributed under the Boost Software License, Version 1.0. (See - accompanying file LICENSE_1_0.txt or copy at - http://www.boost.org/LICENSE_1_0.txt) -*/ - -#include