summaryrefslogtreecommitdiff
path: root/dlltest.dsp
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2007-08-02 01:13:52 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2007-08-02 01:13:52 +0000
commitd8043d32e033fce470ef9ff828983ccfdf73f1a7 (patch)
treef9b18417bf4a1992136a4d487db1b301b430ac29 /dlltest.dsp
parent326d87850c602038f5d475ade00854c6ed887073 (diff)
downloadcryptopp-d8043d32e033fce470ef9ff828983ccfdf73f1a7.tar.gz
fix linker error when compiling with MSVC 2003 and using DLL form of runtime library
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@379 57ff6487-cd31-0410-9ec3-f628ee90f5f0
Diffstat (limited to 'dlltest.dsp')
-rw-r--r--dlltest.dsp4
1 files changed, 3 insertions, 1 deletions
diff --git a/dlltest.dsp b/dlltest.dsp
index c704689..3a753de 100644
--- a/dlltest.dsp
+++ b/dlltest.dsp
@@ -23,6 +23,8 @@ CFG=dlltest - Win32 Debug
# Begin Project
# PROP AllowPerConfigDependencies 0
+# PROP Scc_ProjName ""
+# PROP Scc_LocalPath ""
CPP=cl.exe
RSC=rc.exe
@@ -64,7 +66,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 /GZ /c
-# ADD CPP /nologo /Gz /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "CRYPTOPP_DLL_ONLY" /YX /FD /GZ /c
+# ADD CPP /nologo /Gz /MTd /W3 /Gm /GX /Zi /Oi /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "CRYPTOPP_DLL_ONLY" /YX /FD /GZ /c
# ADD BASE RSC /l 0x409 /d "_DEBUG"
# ADD RSC /l 0x409 /d "_DEBUG"
BSC32=bscmake.exe