diff options
-rw-r--r-- | boost/boost-vc10.vcxproj | 2 | ||||
-rw-r--r-- | boost/boost-vc9.vcproj | 2 | ||||
-rw-r--r-- | qt/qt-vc10.vcxproj | 2 | ||||
-rw-r--r-- | qt/qt-vc9.vcproj | 2 | ||||
-rw-r--r-- | template/template-vc10.vcxproj | 2 | ||||
-rw-r--r-- | template/template-vc9.vcproj | 2 |
6 files changed, 6 insertions, 6 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> 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) </Filter> </Files> diff --git a/qt/qt-vc10.vcxproj b/qt/qt-vc10.vcxproj index 308db1c..560489e 100644 --- a/qt/qt-vc10.vcxproj +++ b/qt/qt-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> diff --git a/qt/qt-vc9.vcproj b/qt/qt-vc9.vcproj index 3884cbf..8d5e82e 100644 --- a/qt/qt-vc9.vcproj +++ b/qt/qt-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) </Filter> </Files> diff --git a/template/template-vc10.vcxproj b/template/template-vc10.vcxproj index c595f1b..ff7be15 100644 --- a/template/template-vc10.vcxproj +++ b/template/template-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> diff --git a/template/template-vc9.vcproj b/template/template-vc9.vcproj index e9aa9b2..55e59fd 100644 --- a/template/template-vc9.vcproj +++ b/template/template-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) </Filter> </Files> |