diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2012-04-28 17:32:09 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-04-28 17:32:09 +0200 |
commit | 9b0e33c537bc084839e271656df11b9431ad1c89 (patch) | |
tree | 1d09ac7b34e98128ddbd27ca77dcee700d5abe79 /boost/boost-vc10.vcxproj | |
parent | e8dcec196363c7043018ad9dade5a7ad408268e6 (diff) |
Use correct macro in VC++ project templates
Diffstat (limited to 'boost/boost-vc10.vcxproj')
-rw-r--r-- | boost/boost-vc10.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
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 <ItemGroup> __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) </ItemGroup> <ItemGroup> |