From 5a7d5996685500e7daf63a9b5b6cd99dee5a0277 Mon Sep 17 00:00:00 2001 From: Robin Watts Date: Tue, 4 Sep 2012 19:08:32 +0100 Subject: Fix Release and Memento builds under VS. Include paths for thirdparty stuff were wrong. --- win32/libmupdf-v8.vcproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'win32') diff --git a/win32/libmupdf-v8.vcproj b/win32/libmupdf-v8.vcproj index c9a41943..e1a5a97f 100644 --- a/win32/libmupdf-v8.vcproj +++ b/win32/libmupdf-v8.vcproj @@ -107,7 +107,7 @@ Name="VCCLCompilerTool" Optimization="2" EnableIntrinsicFunctions="true" - AdditionalIncludeDirectories="..\scripts;..\fitz;..\pdf;..\thirdparty\jbig2dec;..\thirdparty\jpeg-8d;..\thirdparty\openjpeg-1.5.0\libopenjpeg;..\thirdparty\zlib-1.2.5;..\thirdparty\freetype-2.4.9\include;"..\thirdparty\v8-3.9\include"" + AdditionalIncludeDirectories="..\scripts;..\fitz;..\pdf;..\thirdparty\jbig2dec;..\thirdparty\jpeg-8d;..\thirdparty\openjpeg-1.5.0-patched\libopenjpeg;..\thirdparty\zlib-1.2.7;..\thirdparty\freetype-2.4.10\include;"..\thirdparty\v8-3.9\include"" RuntimeLibrary="0" EnableFunctionLevelLinking="true" WarningLevel="3" @@ -167,7 +167,7 @@