From d8043d32e033fce470ef9ff828983ccfdf73f1a7 Mon Sep 17 00:00:00 2001 From: weidai Date: Thu, 2 Aug 2007 01:13:52 +0000 Subject: 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 --- dlltest.dsp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'dlltest.dsp') 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 -- cgit v1.2.1