From 873e1cc001163323b880549bd99dcf85f68fd162 Mon Sep 17 00:00:00 2001 From: kgv Date: Fri, 26 Jul 2013 14:51:00 +0400 Subject: [PATCH] 0024090: 32-bit debug version of DRAWEXE linked against release CRT when compiled from project files generated for VS2008 Correct project file template "template.vc9x" --- src/WOKTclLib/templates/template.vc9x | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/WOKTclLib/templates/template.vc9x b/src/WOKTclLib/templates/template.vc9x index 83494ff..d8796ba 100644 --- a/src/WOKTclLib/templates/template.vc9x +++ b/src/WOKTclLib/templates/template.vc9x @@ -145,7 +145,7 @@ PreprocessorDefinitions="DEB;_DEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(CSF_DEFINES)__TKDEFS__" ExceptionHandling="2" BasicRuntimeChecks="3" - RuntimeLibrary="2" + RuntimeLibrary="3" AssemblerListingLocation=".\..\..\..\win32\vc9\objd\__XQTNAM__/" ObjectFile=".\..\..\..\win32\vc9\objd\__XQTNAM__/" ProgramDataBaseFileName=".\..\..\..\win32\vc9\objd\__XQTNAM__/" -- 2.39.5