diff options
author | Robin Watts <robin.watts@artifex.com> | 2018-07-16 16:53:47 +0100 |
---|---|---|
committer | Paul Gardiner <paul.gardiner@artifex.com> | 2018-07-17 14:55:05 +0100 |
commit | eed7ed720c7e36d45edaf6cf372d5f2098bcaa2a (patch) | |
tree | 74c1ee0a0b1fe756ce8a683c615319cb47c23667 /platform/win32/libpkcs7.vcproj | |
parent | fe8b5f202600e5a328e58222a451ec61dad38875 (diff) | |
download | mupdf-eed7ed720c7e36d45edaf6cf372d5f2098bcaa2a.tar.xz |
Add MementoOpenSSL configurations.
Diffstat (limited to 'platform/win32/libpkcs7.vcproj')
-rw-r--r-- | platform/win32/libpkcs7.vcproj | 142 |
1 files changed, 142 insertions, 0 deletions
diff --git a/platform/win32/libpkcs7.vcproj b/platform/win32/libpkcs7.vcproj index d0603ef7..9ad46288 100644 --- a/platform/win32/libpkcs7.vcproj +++ b/platform/win32/libpkcs7.vcproj @@ -647,6 +647,134 @@ Name="VCPostBuildEventTool" /> </Configuration> + <Configuration + Name="MementoOpenSSL|Win32" + OutputDirectory="$(PlatformName)\$(ConfigurationName)" + IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\$(ProjectName)" + ConfigurationType="4" + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + TargetEnvironment="3" + /> + <Tool + Name="VCCLCompilerTool" + Optimization="0" + AdditionalIncludeDirectories="..\..\include;..\..\thirdparty\openssl\include" + PreprocessorDefinitions="WIN32;_DEBUG;HAVE_LIBCRYPTO;MEMENTO=1" + MinimalRebuild="true" + BasicRuntimeChecks="3" + RuntimeLibrary="1" + WarningLevel="3" + DebugInformationFormat="3" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + AdditionalDependencies="libeay32.lib" + AdditionalLibraryDirectories="..\..\thirdparty\openssl\lib" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + <Configuration + Name="MementoOpenSSL|x64" + OutputDirectory="$(PlatformName)\$(ConfigurationName)" + IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\$(ProjectName)" + ConfigurationType="4" + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + TargetEnvironment="3" + /> + <Tool + Name="VCCLCompilerTool" + Optimization="0" + AdditionalIncludeDirectories="..\..\include;..\..\thirdparty\openssl\include" + PreprocessorDefinitions="WIN64;_DEBUG;HAVE_LIBCRYPTO;MEMENTO=1" + MinimalRebuild="true" + BasicRuntimeChecks="3" + RuntimeLibrary="1" + WarningLevel="3" + DebugInformationFormat="3" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + AdditionalDependencies="libeay64.lib" + AdditionalLibraryDirectories="..\..\thirdparty\openssl\lib" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> </Configurations> <References> </References> @@ -715,6 +843,20 @@ </FileConfiguration> <FileConfiguration Name="Memento|x64" + > + <Tool + Name="VCCLCompilerTool" + /> + </FileConfiguration> + <FileConfiguration + Name="MementoOpenSSL|Win32" + > + <Tool + Name="VCCLCompilerTool" + /> + </FileConfiguration> + <FileConfiguration + Name="MementoOpenSSL|x64" ExcludedFromBuild="true" > <Tool |