From c9559577d76c34f615472954bf1482cba140dec3 Mon Sep 17 00:00:00 2001 From: Shon Ferguson <shonferg@users.sourceforge.net> Date: Sun, 1 Apr 2007 02:09:44 +0000 Subject: [PATCH] Project file now properly uses "Multithreaded DLL" runtime library for "Release - DLL" configuration. --- niflib.vcproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/niflib.vcproj b/niflib.vcproj index 7933d274..c523dc4d 100644 --- a/niflib.vcproj +++ b/niflib.vcproj @@ -236,7 +236,7 @@ Optimization="3" AdditionalIncludeDirectories="$(ProjectDir)" PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;BUILDING_NIFLIB_DLL;USE_NIFLIB_DLL" - RuntimeLibrary="0" + RuntimeLibrary="2" UsePrecompiledHeader="0" PrecompiledHeaderThrough="" WarningLevel="3" -- GitLab