From fcec4bd3021b0124d8a38c19246735340a0e1cd0 Mon Sep 17 00:00:00 2001 From: weidai Date: Sat, 28 Mar 2009 03:08:27 +0000 Subject: fix EC2N skipping of optional seed, switch to public domain MARS code, deliver vc80.pdb to OutDir git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@461 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- cryptlib.vcproj | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'cryptlib.vcproj') diff --git a/cryptlib.vcproj b/cryptlib.vcproj index 210401e..9db32e6 100755 --- a/cryptlib.vcproj +++ b/cryptlib.vcproj @@ -55,6 +55,7 @@ EnableFunctionLevelLinking="true" UsePrecompiledHeader="2" PrecompiledHeaderThrough="pch.h" + ProgramDataBaseFileName="$(OutDir)\vc80.pdb" WarningLevel="3" SuppressStartupBanner="true" DebugInformationFormat="3" @@ -127,6 +128,7 @@ EnableFunctionLevelLinking="true" UsePrecompiledHeader="2" PrecompiledHeaderThrough="pch.h" + ProgramDataBaseFileName="$(OutDir)\vc80.pdb" WarningLevel="3" SuppressStartupBanner="true" DebugInformationFormat="3" @@ -199,6 +201,7 @@ EnableFunctionLevelLinking="true" UsePrecompiledHeader="2" PrecompiledHeaderThrough="pch.h" + ProgramDataBaseFileName="$(OutDir)\vc80.pdb" WarningLevel="3" SuppressStartupBanner="true" Detect64BitPortabilityProblems="true" @@ -273,6 +276,7 @@ EnableFunctionLevelLinking="true" UsePrecompiledHeader="2" PrecompiledHeaderThrough="pch.h" + ProgramDataBaseFileName="$(OutDir)\vc80.pdb" WarningLevel="3" SuppressStartupBanner="true" Detect64BitPortabilityProblems="true" @@ -341,6 +345,7 @@ EnableEnhancedInstructionSet="1" UsePrecompiledHeader="2" PrecompiledHeaderThrough="pch.h" + ProgramDataBaseFileName="$(OutDir)\vc80.pdb" WarningLevel="3" SuppressStartupBanner="true" DebugInformationFormat="4" @@ -408,6 +413,7 @@ RuntimeLibrary="1" UsePrecompiledHeader="2" PrecompiledHeaderThrough="pch.h" + ProgramDataBaseFileName="$(OutDir)\vc80.pdb" WarningLevel="3" SuppressStartupBanner="true" DebugInformationFormat="3" @@ -474,6 +480,7 @@ RuntimeLibrary="1" UsePrecompiledHeader="2" PrecompiledHeaderThrough="pch.h" + ProgramDataBaseFileName="$(OutDir)\vc80.pdb" WarningLevel="3" SuppressStartupBanner="true" Detect64BitPortabilityProblems="true" @@ -542,6 +549,7 @@ RuntimeLibrary="1" UsePrecompiledHeader="2" PrecompiledHeaderThrough="pch.h" + ProgramDataBaseFileName="$(OutDir)\vc80.pdb" WarningLevel="3" SuppressStartupBanner="true" Detect64BitPortabilityProblems="true" -- cgit v1.2.1