aboutsummaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-04-28 17:32:09 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-04-28 17:32:09 +0200
commit9b0e33c537bc084839e271656df11b9431ad1c89 (patch)
tree1d09ac7b34e98128ddbd27ca77dcee700d5abe79 /template
parente8dcec196363c7043018ad9dade5a7ad408268e6 (diff)
Use correct macro in VC++ project templates
Diffstat (limited to 'template')
-rw-r--r--template/template-vc10.vcxproj2
-rw-r--r--template/template-vc9.vcproj2
2 files changed, 2 insertions, 2 deletions
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>