From 854a2cd9a4e9700b5f829409d268f61d7adc4509 Mon Sep 17 00:00:00 2001 From: Robin Watts Date: Wed, 17 Oct 2018 15:35:16 +0100 Subject: MSVC: Fix libluratech.vcproj. Was set to create an exe rather than a lib. For some reason this didn't upset VS2005, but did upset VS2008. --- platform/win32/libluratech.vcproj | 174 ++++++++------------------------------ platform/win32/mupdf.sln | 8 +- 2 files changed, 37 insertions(+), 145 deletions(-) (limited to 'platform') diff --git a/platform/win32/libluratech.vcproj b/platform/win32/libluratech.vcproj index ddc7f692..5cdb88e9 100644 --- a/platform/win32/libluratech.vcproj +++ b/platform/win32/libluratech.vcproj @@ -5,6 +5,7 @@ Name="libluratech" ProjectGUID="{B0091365-C9BA-4F40-AE2B-EF93702871B2}" RootNamespace="libluratech" + Keyword="Win32Proj" > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -6618,6 +6506,10 @@ + + diff --git a/platform/win32/mupdf.sln b/platform/win32/mupdf.sln index fb1086c0..b52b899e 100644 --- a/platform/win32/mupdf.sln +++ b/platform/win32/mupdf.sln @@ -724,10 +724,10 @@ Global {B0091365-C9BA-4F40-AE2B-EF93702871B2}.Memento|Win32.Build.0 = Release|Win32 {B0091365-C9BA-4F40-AE2B-EF93702871B2}.Memento|x64.ActiveCfg = Release|x64 {B0091365-C9BA-4F40-AE2B-EF93702871B2}.Memento|x64.Build.0 = Release|x64 - {B0091365-C9BA-4F40-AE2B-EF93702871B2}.MementoCommercial|Win32.ActiveCfg = MementoCommercial|Win32 - {B0091365-C9BA-4F40-AE2B-EF93702871B2}.MementoCommercial|Win32.Build.0 = MementoCommercial|Win32 - {B0091365-C9BA-4F40-AE2B-EF93702871B2}.MementoCommercial|x64.ActiveCfg = MementoCommercial|x64 - {B0091365-C9BA-4F40-AE2B-EF93702871B2}.MementoCommercial|x64.Build.0 = MementoCommercial|x64 + {B0091365-C9BA-4F40-AE2B-EF93702871B2}.MementoCommercial|Win32.ActiveCfg = DebugCommercial|Win32 + {B0091365-C9BA-4F40-AE2B-EF93702871B2}.MementoCommercial|Win32.Build.0 = DebugCommercial|Win32 + {B0091365-C9BA-4F40-AE2B-EF93702871B2}.MementoCommercial|x64.ActiveCfg = DebugCommercial|x64 + {B0091365-C9BA-4F40-AE2B-EF93702871B2}.MementoCommercial|x64.Build.0 = DebugCommercial|x64 {B0091365-C9BA-4F40-AE2B-EF93702871B2}.MementoOpenSSL|Win32.ActiveCfg = Release|Win32 {B0091365-C9BA-4F40-AE2B-EF93702871B2}.MementoOpenSSL|Win32.Build.0 = Release|Win32 {B0091365-C9BA-4F40-AE2B-EF93702871B2}.MementoOpenSSL|x64.ActiveCfg = Release|x64 -- cgit v1.2.3