From b8cf1f7504539732036a2d6ed486d1a10aa62e82 Mon Sep 17 00:00:00 2001 From: Darkvater Date: Tue, 21 Nov 2006 13:03:06 +0000 Subject: (svn r7226) -Fix (r7200): [win32] Don't ask my why but I told the linker to ignore the multithreaded library in for VS2005, resulting in unlinkable code for Release builds. --- stdafx.h | 1 - 1 file changed, 1 deletion(-) (limited to 'stdafx.h') diff --git a/stdafx.h b/stdafx.h index e22a2494b..00823e188 100644 --- a/stdafx.h +++ b/stdafx.h @@ -106,7 +106,6 @@ # if _MSC_VER >= 1400 // MSVC 2005 safety checks # pragma warning(disable: 4996) // 'strdup' was declared deprecated # define _CRT_SECURE_NO_DEPRECATE // all deprecated 'unsafe string functions -# pragma comment(linker, "/NODEFAULTLIB:LIBCMT.LIB") // allow linking to non-recompiled libs # endif /* _MSC_VER >= 1400 */ # include // alloca() -- cgit v1.2.3-54-g00ecf