summaryrefslogtreecommitdiff
path: root/cryptest.dsp
diff options
context:
space:
mode:
authorweidai <weidai11@users.noreply.github.com>2007-08-02 01:13:52 +0000
committerweidai <weidai11@users.noreply.github.com>2007-08-02 01:13:52 +0000
commitedb72420216696fecf2e820b91153b2fcb702b48 (patch)
treef9b18417bf4a1992136a4d487db1b301b430ac29 /cryptest.dsp
parentbbfb7ff438188ca71850d57dc3b8613860dadb1f (diff)
downloadcryptopp-git-edb72420216696fecf2e820b91153b2fcb702b48.tar.gz
fix linker error when compiling with MSVC 2003 and using DLL form of runtime library
Diffstat (limited to 'cryptest.dsp')
-rw-r--r--cryptest.dsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cryptest.dsp b/cryptest.dsp
index 9c01f61d..edc4a235 100644
--- a/cryptest.dsp
+++ b/cryptest.dsp
@@ -75,7 +75,7 @@ PreLink_Cmds=echo This configuration requires cryptopp.dll. echo You can build i
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD BASE CPP /nologo /MTd /W3 /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /Zm200 /c
-# ADD CPP /nologo /G5 /Gz /MTd /W3 /GX /Zi /Od /D "_DEBUG" /D "CRYPTOPP_IMPORTS" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /YX /FD /Zm400 /c
+# ADD CPP /nologo /G5 /Gz /MTd /W3 /GX /Zi /Oi /D "_DEBUG" /D "CRYPTOPP_IMPORTS" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /YX /FD /Zm400 /c
# ADD BASE RSC /l 0x409 /d "_DEBUG"
# ADD RSC /l 0x409 /d "_DEBUG"
BSC32=bscmake.exe
@@ -128,7 +128,7 @@ LINK32=link.exe
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
-# ADD CPP /nologo /MTd /W3 /GX /Zi /Od /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "WIN32" /YX /FD /Zm400 /c
+# ADD CPP /nologo /MTd /W3 /GX /Zi /Oi /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "WIN32" /YX /FD /Zm400 /c
# ADD BASE RSC /l 0x409 /d "_DEBUG"
# ADD RSC /l 0x409 /d "_DEBUG"
BSC32=bscmake.exe