From 7c84cfaebb9b66d2609269b10095eec815e4ec16 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Mon, 23 Oct 2006 18:25:02 +0000 Subject: [PATCH] Adjust example [SVN r35704] --- v2/example/pch/Jamroot | 2 +- v2/example/pch/source/pch.cpp | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) delete mode 100644 v2/example/pch/source/pch.cpp 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