aboutsummaryrefslogtreecommitdiff
path: root/boost
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-07-08 14:56:55 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-07-08 14:56:55 +0200
commita781acfa28312b4bb9549f43117e730ecf9ab13d (patch)
tree8480edb2004824ac5f808ed738c0b5f3c007eb46 /boost
parent7b31bf12b9f517e2a9795d63a1701cdf23279d5a (diff)
Fix incorrect ODB_MSC_VER version in VC11 projects
Diffstat (limited to 'boost')
-rw-r--r--boost/common/template/template-vc11.vcxproj2
-rw-r--r--boost/mssql/template/template-vc11.vcxproj2
-rw-r--r--boost/mysql/template/template-vc11.vcxproj2
-rw-r--r--boost/oracle/template/template-vc11.vcxproj2
-rw-r--r--boost/pgsql/template/template-vc11.vcxproj2
-rw-r--r--boost/sqlite/template/template-vc11.vcxproj2
6 files changed, 6 insertions, 6 deletions
diff --git a/boost/common/template/template-vc11.vcxproj b/boost/common/template/template-vc11.vcxproj
index 59da6d0..83d20c5 100644
--- a/boost/common/template/template-vc11.vcxproj
+++ b/boost/common/template/template-vc11.vcxproj
@@ -162,7 +162,7 @@
__custom_build_entry__(
test.hxx,
odb test.hxx,
-odb.exe --std c++11 --database __value__(database) __xml__(__shell_quotes__(__value__(odb_options) -DHAVE_CONFIG_VC_H -DODB_MSC_VER=1600 -I$(SolutionDir)\..\..\libcommon)) test.hxx,
+odb.exe --std c++11 --database __value__(database) __xml__(__shell_quotes__(__value__(odb_options) -DHAVE_CONFIG_VC_H -DODB_MSC_VER=1700 -I$(SolutionDir)\..\..\libcommon)) test.hxx,
test-odb.hxx;test-odb.ixx;test-odb.cxx)
</ItemGroup>
<ItemGroup>
diff --git a/boost/mssql/template/template-vc11.vcxproj b/boost/mssql/template/template-vc11.vcxproj
index 2cc9f28..d5951f1 100644
--- a/boost/mssql/template/template-vc11.vcxproj
+++ b/boost/mssql/template/template-vc11.vcxproj
@@ -164,7 +164,7 @@ m4_dnl
__custom_build_entry__(
test.hxx,
odb test.hxx,
-odb.exe --std c++11 __xml__(__shell_quotes__(__value__(odb_options) -DHAVE_CONFIG_VC_H -DODB_MSC_VER=1600 -I$(SolutionDir)\..\..\libcommon)) test.hxx,
+odb.exe --std c++11 __xml__(__shell_quotes__(__value__(odb_options) -DHAVE_CONFIG_VC_H -DODB_MSC_VER=1700 -I$(SolutionDir)\..\..\libcommon)) test.hxx,
test-odb.hxx;test-odb.ixx;test-odb.cxx)
</ItemGroup>)
<ItemGroup>
diff --git a/boost/mysql/template/template-vc11.vcxproj b/boost/mysql/template/template-vc11.vcxproj
index 85fd7ac..bc4b5a4 100644
--- a/boost/mysql/template/template-vc11.vcxproj
+++ b/boost/mysql/template/template-vc11.vcxproj
@@ -164,7 +164,7 @@ m4_dnl
__custom_build_entry__(
test.hxx,
odb test.hxx,
-odb.exe --std c++11 __xml__(__shell_quotes__(__value__(odb_options) -DHAVE_CONFIG_VC_H -DODB_MSC_VER=1600 -I$(SolutionDir)\..\..\libcommon)) test.hxx,
+odb.exe --std c++11 __xml__(__shell_quotes__(__value__(odb_options) -DHAVE_CONFIG_VC_H -DODB_MSC_VER=1700 -I$(SolutionDir)\..\..\libcommon)) test.hxx,
test-odb.hxx;test-odb.ixx;test-odb.cxx)
</ItemGroup>)
<ItemGroup>
diff --git a/boost/oracle/template/template-vc11.vcxproj b/boost/oracle/template/template-vc11.vcxproj
index d29652e..4df5f5b 100644
--- a/boost/oracle/template/template-vc11.vcxproj
+++ b/boost/oracle/template/template-vc11.vcxproj
@@ -164,7 +164,7 @@ m4_dnl
__custom_build_entry__(
test.hxx,
odb test.hxx,
-odb.exe --std c++11 __xml__(__shell_quotes__(__value__(odb_options) -DHAVE_CONFIG_VC_H -DODB_MSC_VER=1600 -I$(SolutionDir)\..\..\libcommon)) test.hxx,
+odb.exe --std c++11 __xml__(__shell_quotes__(__value__(odb_options) -DHAVE_CONFIG_VC_H -DODB_MSC_VER=1700 -I$(SolutionDir)\..\..\libcommon)) test.hxx,
test-odb.hxx;test-odb.ixx;test-odb.cxx)
</ItemGroup>)
<ItemGroup>
diff --git a/boost/pgsql/template/template-vc11.vcxproj b/boost/pgsql/template/template-vc11.vcxproj
index 1615292..9f8d2f0 100644
--- a/boost/pgsql/template/template-vc11.vcxproj
+++ b/boost/pgsql/template/template-vc11.vcxproj
@@ -164,7 +164,7 @@ m4_dnl
__custom_build_entry__(
test.hxx,
odb test.hxx,
-odb.exe --std c++11 __xml__(__shell_quotes__(__value__(odb_options) -DHAVE_CONFIG_VC_H -DODB_MSC_VER=1600 -I$(SolutionDir)\..\..\libcommon)) test.hxx,
+odb.exe --std c++11 __xml__(__shell_quotes__(__value__(odb_options) -DHAVE_CONFIG_VC_H -DODB_MSC_VER=1700 -I$(SolutionDir)\..\..\libcommon)) test.hxx,
test-odb.hxx;test-odb.ixx;test-odb.cxx)
</ItemGroup>)
<ItemGroup>
diff --git a/boost/sqlite/template/template-vc11.vcxproj b/boost/sqlite/template/template-vc11.vcxproj
index 4056905..1c1a279 100644
--- a/boost/sqlite/template/template-vc11.vcxproj
+++ b/boost/sqlite/template/template-vc11.vcxproj
@@ -164,7 +164,7 @@ m4_dnl
__custom_build_entry__(
test.hxx,
odb test.hxx,
-odb.exe --std c++11 __xml__(__shell_quotes__(__value__(odb_options) -DHAVE_CONFIG_VC_H -DODB_MSC_VER=1600 -I$(SolutionDir)\..\..\libcommon)) test.hxx,
+odb.exe --std c++11 __xml__(__shell_quotes__(__value__(odb_options) -DHAVE_CONFIG_VC_H -DODB_MSC_VER=1700 -I$(SolutionDir)\..\..\libcommon)) test.hxx,
test-odb.hxx;test-odb.ixx;test-odb.cxx)
</ItemGroup>)
<ItemGroup>