From 7b31bf12b9f517e2a9795d63a1701cdf23279d5a Mon Sep 17 00:00:00 2001
From: Boris Kolpackov <boris@codesynthesis.com>
Date: Mon, 8 Jul 2013 14:54:20 +0200
Subject: Add support for Visual Studio 2005

---
 boost/common/makefile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

(limited to 'boost/common/makefile')

diff --git a/boost/common/makefile b/boost/common/makefile
index 4c81d25..17ea5f8 100644
--- a/boost/common/makefile
+++ b/boost/common/makefile
@@ -20,10 +20,11 @@ $(default): $(addprefix $(out_base)/,$(addsuffix /,$(build_tests)))
 name := boost-common
 $(dist): name := $(name)
 $(dist): export dirs := $(tests)
-$(dist): export extra_dist :=  test.bat $(call vc9slns,$(name)) \
-$(call vc10slns,$(name)) $(call vc11slns,$(name))
+$(dist): export extra_dist :=  test.bat $(call vc8slns,$(name)) \
+$(call vc9slns,$(name)) $(call vc10slns,$(name)) $(call vc11slns,$(name))
 $(dist): $(addprefix $(out_base)/,$(addsuffix /.dist,$(all_tests)))
 	$(call meta-automake)
+	$(call meta-vc8slns,$(name))
 	$(call meta-vc9slns,$(name))
 	$(call meta-vc10slns,$(name))
 	$(call meta-vc11slns,$(name))
@@ -37,6 +38,7 @@ endif
 
 $(clean): $(addprefix $(out_base)/,$(addsuffix /.clean,$(all_tests)))
 
+$(call include,$(bld_root)/meta/vc8sln.make)
 $(call include,$(bld_root)/meta/vc9sln.make)
 $(call include,$(bld_root)/meta/vc10sln.make)
 $(call include,$(bld_root)/meta/vc11sln.make)
-- 
cgit v1.1