From 4bc314adfdaa6355e4d6cb8e5aec7a6a56dd20f0 Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Mon, 18 Jul 2016 03:37:20 +0200 Subject: [PATCH] fixed VS2008 projects --- projects/VS2008/fullbench/fullbench.vcproj | 8 ++++---- projects/VS2008/fuzzer/fuzzer.vcproj | 8 ++++---- projects/VS2008/zstd/zstd.vcproj | 8 ++++---- projects/VS2008/zstdlib/zstdlib.vcproj | 8 ++++---- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/projects/VS2008/fullbench/fullbench.vcproj b/projects/VS2008/fullbench/fullbench.vcproj index 60c21bfd0..b66953954 100644 --- a/projects/VS2008/fullbench/fullbench.vcproj +++ b/projects/VS2008/fullbench/fullbench.vcproj @@ -120,7 +120,7 @@ Optimization="2" EnableIntrinsicFunctions="true" OmitFramePointers="true" - AdditionalIncludeDirectories="$(SolutionDir)..\..\lib\common;$(SolutionDir)..\..\lib\legacy;$(SolutionDir)..\..\programs\legacy" + AdditionalIncludeDirectories="$(SolutionDir)..\..\lib;$(SolutionDir)..\..\lib\common;$(SolutionDir)..\..\lib\legacy;$(SolutionDir)..\..\programs\legacy" PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" RuntimeLibrary="0" EnableFunctionLevelLinking="true" @@ -194,7 +194,7 @@