From af617d68e6833a8a785531c104f96cc185b68aed Mon Sep 17 00:00:00 2001 From: Alex Miller Date: Fri, 25 Jan 2019 10:14:00 -0800 Subject: [PATCH] boost 1.52.0 -> 1.67.0 in all vcxproj files --- bindings/c/fdb_c.vcxproj | 4 ++-- bindings/flow/fdb_flow.vcxproj | 4 ++-- bindings/flow/tester/fdb_flow_tester.vcxproj | 4 ++-- bindings/java/fdb_java.vcxproj | 2 +- fdbbackup/fdbbackup.vcxproj | 4 ++-- fdbcli/fdbcli.vcxproj | 4 ++-- fdbclient/fdbclient.vcxproj | 4 ++-- fdbrpc/fdbrpc.vcxproj | 4 ++-- fdbserver/fdbserver.vcxproj | 4 ++-- flow/flow.vcxproj | 4 ++-- 10 files changed, 19 insertions(+), 19 deletions(-) diff --git a/bindings/c/fdb_c.vcxproj b/bindings/c/fdb_c.vcxproj index 76d305988d..cad3b4f468 100644 --- a/bindings/c/fdb_c.vcxproj +++ b/bindings/c/fdb_c.vcxproj @@ -67,14 +67,14 @@ FOR /F "tokens=1" %%i in ('hg.exe id') do copy /Y "$(TargetPath)" "$(TargetPath) - ..\..\;C:\Program Files\boost_1_52_0;$(IncludePath) + ..\..\;C:\Program Files\boost_1_67_0;$(IncludePath) $(SolutionDir)bin\$(Configuration)\ $(SystemDrive)\temp\msvcfdb\$(Platform)$(Configuration)\$(MSBuildProjectName)\ $(SolutionDir)bin\$(Configuration)\ $(SystemDrive)\temp\msvcfdb\$(Platform)$(Configuration)\$(MSBuildProjectName)\ - ..\..\;C:\Program Files\boost_1_52_0;$(IncludePath) + ..\..\;C:\Program Files\boost_1_67_0;$(IncludePath) diff --git a/bindings/flow/fdb_flow.vcxproj b/bindings/flow/fdb_flow.vcxproj index ed5a85216c..4ced971c16 100755 --- a/bindings/flow/fdb_flow.vcxproj +++ b/bindings/flow/fdb_flow.vcxproj @@ -79,11 +79,11 @@ true - ..\..\;C:\Program Files\boost_1_52_0;$(IncludePath) + ..\..\;C:\Program Files\boost_1_67_0;$(IncludePath) false - ..\..\;C:\Program Files\boost_1_52_0;$(IncludePath) + ..\..\;C:\Program Files\boost_1_67_0;$(IncludePath) diff --git a/bindings/flow/tester/fdb_flow_tester.vcxproj b/bindings/flow/tester/fdb_flow_tester.vcxproj index 7eed24fdbd..9d3ed5f680 100644 --- a/bindings/flow/tester/fdb_flow_tester.vcxproj +++ b/bindings/flow/tester/fdb_flow_tester.vcxproj @@ -58,13 +58,13 @@ true $(SolutionDir)bin\$(Configuration)\ $(SystemDrive)\temp\msvcfdb\$(Platform)$(Configuration)\$(MSBuildProjectName)\ - $(IncludePath);../../../;C:\Program Files\boost_1_52_0 + $(IncludePath);../../../;C:\Program Files\boost_1_67_0 false $(SolutionDir)bin\$(Configuration)\ $(SystemDrive)\temp\msvcfdb\$(Platform)$(Configuration)\$(MSBuildProjectName)\ - $(IncludePath);../;C:\Program Files\boost_1_52_0 + $(IncludePath);../;C:\Program Files\boost_1_67_0 diff --git a/bindings/java/fdb_java.vcxproj b/bindings/java/fdb_java.vcxproj index 4ffa395971..8d6dd59f2a 100644 --- a/bindings/java/fdb_java.vcxproj +++ b/bindings/java/fdb_java.vcxproj @@ -45,7 +45,7 @@ - ..\..\;C:\Program Files\Java\jdk6\include\win32;C:\Program Files\Java\jdk6\include;C:\Program Files\boost_1_52_0;$(IncludePath) + ..\..\;C:\Program Files\Java\jdk6\include\win32;C:\Program Files\Java\jdk6\include;C:\Program Files\boost_1_67_0;$(IncludePath) $(SolutionDir)bin\$(Configuration)\ $(SystemDrive)\temp\msvcfdb\$(Platform)$(Configuration)\$(MSBuildProjectName)\ diff --git a/fdbbackup/fdbbackup.vcxproj b/fdbbackup/fdbbackup.vcxproj index d21279bc67..dfda99f96b 100644 --- a/fdbbackup/fdbbackup.vcxproj +++ b/fdbbackup/fdbbackup.vcxproj @@ -53,11 +53,11 @@ true - $(IncludePath);../;C:\Program Files\boost_1_52_0 + $(IncludePath);../;C:\Program Files\boost_1_67_0 false - $(IncludePath);../;C:\Program Files\boost_1_52_0 + $(IncludePath);../;C:\Program Files\boost_1_67_0 PreBuildEvent diff --git a/fdbcli/fdbcli.vcxproj b/fdbcli/fdbcli.vcxproj index a76ce05ac5..7d0db495b7 100644 --- a/fdbcli/fdbcli.vcxproj +++ b/fdbcli/fdbcli.vcxproj @@ -62,13 +62,13 @@ true $(SolutionDir)bin\$(Configuration)\ $(SystemDrive)\temp\msvcfdb\$(Platform)$(Configuration)\$(MSBuildProjectName)\ - $(IncludePath);../;C:\Program Files\boost_1_52_0 + $(IncludePath);../;C:\Program Files\boost_1_67_0 false $(SolutionDir)bin\$(Configuration)\ $(SystemDrive)\temp\msvcfdb\$(Platform)$(Configuration)\$(MSBuildProjectName)\ - $(IncludePath);../;C:\Program Files\boost_1_52_0 + $(IncludePath);../;C:\Program Files\boost_1_67_0 diff --git a/fdbclient/fdbclient.vcxproj b/fdbclient/fdbclient.vcxproj index 7d8c55c412..0cddf0d7ac 100644 --- a/fdbclient/fdbclient.vcxproj +++ b/fdbclient/fdbclient.vcxproj @@ -165,11 +165,11 @@ true - $(IncludePath);../;C:\Program Files\boost_1_52_0 + $(IncludePath);../;C:\Program Files\boost_1_67_0 false - $(IncludePath);../;C:\Program Files\boost_1_52_0 + $(IncludePath);../;C:\Program Files\boost_1_67_0 diff --git a/fdbrpc/fdbrpc.vcxproj b/fdbrpc/fdbrpc.vcxproj index 3231afcfbe..2d7095b556 100644 --- a/fdbrpc/fdbrpc.vcxproj +++ b/fdbrpc/fdbrpc.vcxproj @@ -154,11 +154,11 @@ true - $(IncludePath);../;C:\Program Files\boost_1_52_0 + $(IncludePath);../;C:\Program Files\boost_1_67_0 false - $(IncludePath);../;C:\Program Files\boost_1_52_0 + $(IncludePath);../;C:\Program Files\boost_1_67_0 diff --git a/fdbserver/fdbserver.vcxproj b/fdbserver/fdbserver.vcxproj index febadcd23b..36e73c121a 100644 --- a/fdbserver/fdbserver.vcxproj +++ b/fdbserver/fdbserver.vcxproj @@ -255,11 +255,11 @@ true - $(IncludePath);../;C:\Program Files\boost_1_52_0 + $(IncludePath);../;C:\Program Files\boost_1_67_0 false - $(IncludePath);../;C:\Program Files\boost_1_52_0 + $(IncludePath);../;C:\Program Files\boost_1_67_0 PreBuildEvent diff --git a/flow/flow.vcxproj b/flow/flow.vcxproj index 764cbb8981..a7f7d6f7cb 100644 --- a/flow/flow.vcxproj +++ b/flow/flow.vcxproj @@ -132,11 +132,11 @@ true - $(IncludePath);../;C:\Program Files\boost_1_52_0 + $(IncludePath);../;C:\Program Files\boost_1_67_0 false - $(IncludePath);../;C:\Program Files\boost_1_52_0 + $(IncludePath);../;C:\Program Files\boost_1_67_0