summaryrefslogtreecommitdiff
path: root/cryptdll.vcproj
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2007-05-05 19:03:38 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2007-05-05 19:03:38 +0000
commit6a9fa79f0077ab5f07cb08ca65efb87583d520b4 (patch)
tree1b2204ee58b27a327a0b0cb7a6a4346fa9bbec7c /cryptdll.vcproj
parenta014d8f7eb4718e182844557bdd6a13f6e28529a (diff)
downloadcryptopp-6a9fa79f0077ab5f07cb08ca65efb87583d520b4.tar.gz
fix x64 options and warnings
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@367 57ff6487-cd31-0410-9ec3-f628ee90f5f0
Diffstat (limited to 'cryptdll.vcproj')
-rwxr-xr-xcryptdll.vcproj26
1 files changed, 22 insertions, 4 deletions
diff --git a/cryptdll.vcproj b/cryptdll.vcproj
index 503db5f..c3d123d 100755
--- a/cryptdll.vcproj
+++ b/cryptdll.vcproj
@@ -165,8 +165,6 @@
StringPooling="true"
RuntimeLibrary="0"
EnableFunctionLevelLinking="true"
- EnableEnhancedInstructionSet="1"
- OpenMP="true"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="pch.h"
WarningLevel="3"
@@ -357,8 +355,6 @@
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;_USRDLL;CRYPTOPP_EXPORTS;CRYPTOPP_ENABLE_COMPLIANCE_WITH_FIPS_140_2=1;USE_PRECOMPILED_HEADERS"
BasicRuntimeChecks="3"
RuntimeLibrary="1"
- EnableEnhancedInstructionSet="1"
- OpenMP="true"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="pch.h"
WarningLevel="3"
@@ -2380,6 +2376,28 @@
/>
</FileConfiguration>
</File>
+ <File
+ RelativePath=".\x64masm.asm"
+ >
+ <FileConfiguration
+ Name="Release|x64"
+ >
+ <Tool
+ Name="VCCustomBuildTool"
+ CommandLine="ml64.exe /c /nologo /Fo&quot;$(IntDir)\x64masm.obj&quot; /Zi $(InputPath)"
+ Outputs="$(IntDir)\x64masm.obj"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug|x64"
+ >
+ <Tool
+ Name="VCCustomBuildTool"
+ CommandLine="ml64.exe /c /nologo /Fo&quot;$(IntDir)\x64masm.obj&quot; /Zi $(InputPath)"
+ Outputs="$(IntDir)\x64masm.obj"
+ />
+ </FileConfiguration>
+ </File>
</Filter>
<Filter
Name="Header Files"