summaryrefslogtreecommitdiff
path: root/cryptdll.vcproj
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2009-03-28 03:08:27 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2009-03-28 03:08:27 +0000
commitfcec4bd3021b0124d8a38c19246735340a0e1cd0 (patch)
treeedc665bb430df13f81c30b87dcc021223804c80a /cryptdll.vcproj
parent56096382619053be6c753901ae3cf850606f3473 (diff)
downloadcryptopp-fcec4bd3021b0124d8a38c19246735340a0e1cd0.tar.gz
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
Diffstat (limited to 'cryptdll.vcproj')
-rwxr-xr-xcryptdll.vcproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/cryptdll.vcproj b/cryptdll.vcproj
index 5e7d799..a3ab06b 100755
--- a/cryptdll.vcproj
+++ b/cryptdll.vcproj
@@ -68,6 +68,7 @@
EnableEnhancedInstructionSet="1"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="pch.h"
+ ProgramDataBaseFileName="$(OutDir)\vc80.pdb"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="3"
@@ -167,6 +168,7 @@
EnableFunctionLevelLinking="true"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="pch.h"
+ ProgramDataBaseFileName="$(OutDir)\vc80.pdb"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="3"
@@ -263,6 +265,7 @@
EnableEnhancedInstructionSet="1"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="pch.h"
+ ProgramDataBaseFileName="$(OutDir)\vc80.pdb"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="3"
@@ -357,6 +360,7 @@
RuntimeLibrary="1"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="pch.h"
+ ProgramDataBaseFileName="$(OutDir)\vc80.pdb"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="3"