From 9b0e33c537bc084839e271656df11b9431ad1c89 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 28 Apr 2012 17:32:09 +0200 Subject: Use correct macro in VC++ project templates --- boost/boost-vc10.vcxproj | 2 +- boost/boost-vc9.vcproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'boost') diff --git a/boost/boost-vc10.vcxproj b/boost/boost-vc10.vcxproj index e7ea41f..b6bd482 100644 --- a/boost/boost-vc10.vcxproj +++ b/boost/boost-vc10.vcxproj @@ -160,7 +160,7 @@ __path__(odb_header_stem)-odb.hxx;__path__(odb_header_stem)-odb.ixx;__path__(odb __header_entry__(__path__(odb_header_stem)-odb.hxx) __header_entry__(__path__(odb_header_stem)-odb.ixx) -__header_entries__(database.hxx) +__header_entry__(database.hxx) __header_entries__(extra_headers) diff --git a/boost/boost-vc9.vcproj b/boost/boost-vc9.vcproj index 1bf8cac..a282086 100644 --- a/boost/boost-vc9.vcproj +++ b/boost/boost-vc9.vcproj @@ -348,7 +348,7 @@ odb.exe __xml__(__shell_quotes__(m4_patsubst(__value__(odb_options), @database@, __path__(odb_header_stem)-odb.hxx;__path__(odb_header_stem)-odb.ixx;__path__(odb_header_stem)-odb.cxx) __file_entry__(__path__(odb_header_stem)-odb.hxx) __file_entry__(__path__(odb_header_stem)-odb.ixx) -__file_entries__(database.hxx) +__file_entry__(database.hxx) __file_entries__(extra_headers) -- cgit v1.1