From 84a7c1a0edea4b7d9eedeeaa960632839f9cf7f8 Mon Sep 17 00:00:00 2001 From: Bruce LANE Date: Tue, 3 Nov 2015 22:01:27 +0100 Subject: [PATCH] fixed some paths for compilation --- samples/InstancedStereo/vc2013/InstancedStereo.vcxproj | 6 +++--- samples/SphericalStereo/vc2013/SphericalStereo.vcxproj | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/samples/InstancedStereo/vc2013/InstancedStereo.vcxproj b/samples/InstancedStereo/vc2013/InstancedStereo.vcxproj index ca8878f..24dc2e1 100644 --- a/samples/InstancedStereo/vc2013/InstancedStereo.vcxproj +++ b/samples/InstancedStereo/vc2013/InstancedStereo.vcxproj @@ -59,8 +59,8 @@ "..\..\..\..\..\include";..\include - cinder-$(PlatformToolset)_d.lib;OpenGL32.lib;%(AdditionalDependencies);..\..\..\LibOVR\Lib\Windows\$(PlatformTarget)\$(Configuration)\VS2013\LibOVR.lib; - "..\..\..\..\..\lib\msw\$(PlatformTarget)" + cinder-$(PlatformToolset)_d.lib;OpenGL32.lib;%(AdditionalDependencies);..\..\..\LibOVR\Lib\Windows\$(PlatformTarget)\release\VS2013\LibOVR.lib + "..\..\..\..\..\\lib\msw\$(PlatformTarget)" true Windows false @@ -86,7 +86,7 @@ cinder-$(PlatformToolset).lib;OpenGL32.lib;%(AdditionalDependencies);..\..\..\LibOVR\Lib\Windows\$(PlatformTarget)\$(Configuration)\VS2013\LibOVR.lib; - "..\..\..\..\..\lib\msw\$(PlatformTarget)" + "..\..\..\..\..\\lib\msw\$(PlatformTarget)" false true Windows diff --git a/samples/SphericalStereo/vc2013/SphericalStereo.vcxproj b/samples/SphericalStereo/vc2013/SphericalStereo.vcxproj index 2bd8f55..d28d718 100644 --- a/samples/SphericalStereo/vc2013/SphericalStereo.vcxproj +++ b/samples/SphericalStereo/vc2013/SphericalStereo.vcxproj @@ -93,7 +93,7 @@ "..\..\..\..\..\\include";..\include - cinder-$(PlatformToolset)_d.lib;%(AdditionalDependencies);..\..\..\LibOVR\Lib\Windows\$(PlatformTarget)\Release\VS2013\LibOVR.lib; + cinder-$(PlatformToolset)_d.lib;%(AdditionalDependencies);..\..\..\LibOVR\Lib\Windows\$(Platform)\Release\VS2013\LibOVR.lib "..\..\..\..\..\\lib\msw\$(PlatformTarget)" true Windows @@ -147,7 +147,7 @@ "..\..\..\..\..\\include";..\include - cinder-$(PlatformToolset).lib;%(AdditionalDependencies);..\..\..\LibOVR\Lib\Windows\$(PlatformTarget)\$(Configuration)\VS2013\LibOVR.lib; + cinder-$(PlatformToolset).lib;%(AdditionalDependencies);..\..\..\LibOVR\Lib\Windows\$(Platform)\Release\VS2013\LibOVR.lib "..\..\..\..\..\\lib\msw\$(PlatformTarget)" false true