(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.
This commit is contained in:
Darkvater
2006-11-21 13:03:06 +00:00
parent ba9f22cee6
commit 5471c1c50f
3 changed files with 4 additions and 5 deletions

View File

@@ -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 <malloc.h> // alloca()