From 2c92e4d389e7d78afde285081870d2c22d74fd00 Mon Sep 17 00:00:00 2001 From: "Adrian.Conlon" Date: Tue, 12 Sep 2017 13:30:56 +0100 Subject: [PATCH] Updated for appveyor library location compatibility. Signed-off-by: Adrian.Conlon --- Intel8080/test/test_Intel8080.vcxproj | 8 ++++---- .../fusetest_LR35902/fusetest_LR35902.vcxproj | 8 ++++---- LR35902/src/LR35902.vcxproj | 8 ++++---- M6502/src/M6502.vcxproj | 8 ++++---- M6502/test_M6502/test_M6502.vcxproj | 16 ++++++++-------- Z80/fusetest_Z80/fusetest_Z80.vcxproj | 8 ++++---- Z80/src/Z80.vcxproj | 8 ++++---- Z80/test/test_Z80.vcxproj | 16 ++++++++-------- 8 files changed, 40 insertions(+), 40 deletions(-) diff --git a/Intel8080/test/test_Intel8080.vcxproj b/Intel8080/test/test_Intel8080.vcxproj index 1ee14fd..b3798ea 100644 --- a/Intel8080/test/test_Intel8080.vcxproj +++ b/Intel8080/test/test_Intel8080.vcxproj @@ -71,22 +71,22 @@ true - ..\inc;..\..\inc;C:\local\boost_1_64_0;$(IncludePath) + ..\inc;..\..\inc;C:\Libraries\boost_1_63_0;$(IncludePath) C:\local\boost_1_64_0\lib32-msvc-14.0;$(LibraryPath) true - ..\inc;..\..\inc;C:\local\boost_1_64_0;$(IncludePath) + ..\inc;..\..\inc;C:\Libraries\boost_1_63_0;$(IncludePath) C:\local\boost_1_64_0\lib64-msvc-14.0;$(LibraryPath) false - ..\inc;..\..\inc;C:\local\boost_1_64_0;$(IncludePath) + ..\inc;..\..\inc;C:\Libraries\boost_1_63_0;$(IncludePath) C:\local\boost_1_64_0\lib32-msvc-14.0;$(LibraryPath) false - ..\inc;..\..\inc;C:\local\boost_1_64_0;$(IncludePath) + ..\inc;..\..\inc;C:\Libraries\boost_1_63_0;$(IncludePath) C:\local\boost_1_64_0\lib64-msvc-14.0;$(LibraryPath) diff --git a/LR35902/fusetest_LR35902/fusetest_LR35902.vcxproj b/LR35902/fusetest_LR35902/fusetest_LR35902.vcxproj index a5d8296..6a7a85c 100644 --- a/LR35902/fusetest_LR35902/fusetest_LR35902.vcxproj +++ b/LR35902/fusetest_LR35902/fusetest_LR35902.vcxproj @@ -71,19 +71,19 @@ false - ..\inc;..\..\inc;C:\local\boost_1_64_0;$(IncludePath) + ..\inc;..\..\inc;C:\Libraries\boost_1_63_0;$(IncludePath) true - ..\inc;..\..\inc;C:\local\boost_1_64_0;$(IncludePath) + ..\inc;..\..\inc;C:\Libraries\boost_1_63_0;$(IncludePath) true - ..\inc;..\..\inc;C:\local\boost_1_64_0;$(IncludePath) + ..\inc;..\..\inc;C:\Libraries\boost_1_63_0;$(IncludePath) false - ..\inc;..\..\inc;C:\local\boost_1_64_0;$(IncludePath) + ..\inc;..\..\inc;C:\Libraries\boost_1_63_0;$(IncludePath) diff --git a/LR35902/src/LR35902.vcxproj b/LR35902/src/LR35902.vcxproj index 23edb69..95a2911 100644 --- a/LR35902/src/LR35902.vcxproj +++ b/LR35902/src/LR35902.vcxproj @@ -69,16 +69,16 @@ - ..\inc;..\..\inc;C:\local\boost_1_64_0;$(IncludePath) + ..\inc;..\..\inc;C:\Libraries\boost_1_63_0;$(IncludePath) - ..\inc;..\..\inc;C:\local\boost_1_64_0;$(IncludePath) + ..\inc;..\..\inc;C:\Libraries\boost_1_63_0;$(IncludePath) - ..\inc;..\..\inc;C:\local\boost_1_64_0;$(IncludePath) + ..\inc;..\..\inc;C:\Libraries\boost_1_63_0;$(IncludePath) - ..\inc;..\..\inc;C:\local\boost_1_64_0;$(IncludePath) + ..\inc;..\..\inc;C:\Libraries\boost_1_63_0;$(IncludePath) diff --git a/M6502/src/M6502.vcxproj b/M6502/src/M6502.vcxproj index 089b74f..3c03ba7 100644 --- a/M6502/src/M6502.vcxproj +++ b/M6502/src/M6502.vcxproj @@ -70,16 +70,16 @@ - ..\inc;..\..\inc;C:\local\boost_1_64_0;$(IncludePath) + ..\inc;..\..\inc;C:\Libraries\boost_1_63_0;$(IncludePath) - ..\inc;..\..\inc;C:\local\boost_1_64_0;$(IncludePath) + ..\inc;..\..\inc;C:\Libraries\boost_1_63_0;$(IncludePath) - ..\inc;..\..\inc;C:\local\boost_1_64_0;$(IncludePath) + ..\inc;..\..\inc;C:\Libraries\boost_1_63_0;$(IncludePath) - ..\inc;..\..\inc;C:\local\boost_1_64_0;$(IncludePath) + ..\inc;..\..\inc;C:\Libraries\boost_1_63_0;$(IncludePath) diff --git a/M6502/test_M6502/test_M6502.vcxproj b/M6502/test_M6502/test_M6502.vcxproj index 25f43c2..bf82ba8 100644 --- a/M6502/test_M6502/test_M6502.vcxproj +++ b/M6502/test_M6502/test_M6502.vcxproj @@ -70,24 +70,24 @@ - ..\inc;..\..\inc;C:\local\boost_1_64_0;$(IncludePath) - C:\local\boost_1_64_0\lib64-msvc-14.0;$(LibraryPath) + ..\inc;..\..\inc;C:\Libraries\boost_1_63_0;$(IncludePath) + C:\Libraries\boost_1_63_0\lib64-msvc-14.0;$(LibraryPath) false true - ..\inc;..\..\inc;C:\local\boost_1_64_0;$(IncludePath) - C:\local\boost_1_64_0\lib32-msvc-14.0;$(LibraryPath) + ..\inc;..\..\inc;C:\Libraries\boost_1_63_0;$(IncludePath) + C:\Libraries\boost_1_63_0\lib32-msvc-14.0;$(LibraryPath) true - ..\inc;..\..\inc;C:\local\boost_1_64_0;$(IncludePath) - C:\local\boost_1_64_0\lib64-msvc-14.0;$(LibraryPath) + ..\inc;..\..\inc;C:\Libraries\boost_1_63_0;$(IncludePath) + C:\Libraries\boost_1_63_0\lib64-msvc-14.0;$(LibraryPath) false - ..\inc;..\..\inc;C:\local\boost_1_64_0;$(IncludePath) - C:\local\boost_1_64_0\lib32-msvc-14.0;$(LibraryPath) + ..\inc;..\..\inc;C:\Libraries\boost_1_63_0;$(IncludePath) + C:\Libraries\boost_1_63_0\lib32-msvc-14.0;$(LibraryPath) diff --git a/Z80/fusetest_Z80/fusetest_Z80.vcxproj b/Z80/fusetest_Z80/fusetest_Z80.vcxproj index d193e82..241a1b7 100644 --- a/Z80/fusetest_Z80/fusetest_Z80.vcxproj +++ b/Z80/fusetest_Z80/fusetest_Z80.vcxproj @@ -72,19 +72,19 @@ false - ..\inc;..\..\inc;C:\local\boost_1_64_0;$(IncludePath) + ..\inc;..\..\inc;C:\Libraries\boost_1_63_0;$(IncludePath) true - ..\inc;..\..\inc;C:\local\boost_1_64_0;$(IncludePath) + ..\inc;..\..\inc;C:\Libraries\boost_1_63_0;$(IncludePath) true - ..\inc;..\..\inc;C:\local\boost_1_64_0;$(IncludePath) + ..\inc;..\..\inc;C:\Libraries\boost_1_63_0;$(IncludePath) false - ..\inc;..\..\inc;C:\local\boost_1_64_0;$(IncludePath) + ..\inc;..\..\inc;C:\Libraries\boost_1_63_0;$(IncludePath) diff --git a/Z80/src/Z80.vcxproj b/Z80/src/Z80.vcxproj index b45fb61..70465a4 100644 --- a/Z80/src/Z80.vcxproj +++ b/Z80/src/Z80.vcxproj @@ -70,16 +70,16 @@ - ..\inc;..\..\inc;C:\local\boost_1_64_0;$(IncludePath) + ..\inc;..\..\inc;C:\Libraries\boost_1_63_0;$(IncludePath) - ..\inc;..\..\inc;C:\local\boost_1_64_0;$(IncludePath) + ..\inc;..\..\inc;C:\Libraries\boost_1_63_0;$(IncludePath) - ..\inc;..\..\inc;C:\local\boost_1_64_0;$(IncludePath) + ..\inc;..\..\inc;C:\Libraries\boost_1_63_0;$(IncludePath) - ..\inc;..\..\inc;C:\local\boost_1_64_0;$(IncludePath) + ..\inc;..\..\inc;C:\Libraries\boost_1_63_0;$(IncludePath) diff --git a/Z80/test/test_Z80.vcxproj b/Z80/test/test_Z80.vcxproj index f61a03a..fd6974a 100644 --- a/Z80/test/test_Z80.vcxproj +++ b/Z80/test/test_Z80.vcxproj @@ -70,20 +70,20 @@ - ..\inc;..\..\inc;C:\local\boost_1_64_0;$(IncludePath) - C:\local\boost_1_64_0\lib32-msvc-14.0;$(LibraryPath) + ..\inc;..\..\inc;C:\Libraries\boost_1_63_0;$(IncludePath) + C:\Libraries\boost_1_63_0\lib32-msvc-14.0;$(LibraryPath) - ..\inc;..\..\inc;C:\local\boost_1_64_0;$(IncludePath) - C:\local\boost_1_64_0\lib32-msvc-14.0;$(LibraryPath) + ..\inc;..\..\inc;C:\Libraries\boost_1_63_0;$(IncludePath) + C:\Libraries\boost_1_63_0\lib32-msvc-14.0;$(LibraryPath) - ..\inc;..\..\inc;C:\local\boost_1_64_0;$(IncludePath) - C:\local\boost_1_64_0\lib64-msvc-14.0;$(LibraryPath) + ..\inc;..\..\inc;C:\Libraries\boost_1_63_0;$(IncludePath) + C:\Libraries\boost_1_63_0\lib64-msvc-14.0;$(LibraryPath) - ..\inc;..\..\inc;C:\local\boost_1_64_0;$(IncludePath) - C:\local\boost_1_64_0\lib64-msvc-14.0;$(LibraryPath) + ..\inc;..\..\inc;C:\Libraries\boost_1_63_0;$(IncludePath) + C:\Libraries\boost_1_63_0\lib64-msvc-14.0;$(LibraryPath) false