From a250827eac8f502889c8b1538f9b31866660c988 Mon Sep 17 00:00:00 2001 From: Shon Ferguson <shonferg@users.sourceforge.net> Date: Fri, 28 Apr 2006 02:07:34 +0000 Subject: [PATCH] Multi-Threaded DLL was the wrong choice. Switching to Multi-Threaded. --- niflib.vcproj | 7 +++++-- py_niflib.vcproj | 4 ++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/niflib.vcproj b/niflib.vcproj index 8276ac9c..c55a1583 100644 --- a/niflib.vcproj +++ b/niflib.vcproj @@ -22,7 +22,7 @@ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" MinimalRebuild="TRUE" BasicRuntimeChecks="3" - RuntimeLibrary="5" + RuntimeLibrary="1" UsePrecompiledHeader="0" WarningLevel="3" Detect64BitPortabilityProblems="TRUE" @@ -60,7 +60,7 @@ <Tool Name="VCCLCompilerTool" PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" - RuntimeLibrary="2" + RuntimeLibrary="0" UsePrecompiledHeader="0" WarningLevel="3" Detect64BitPortabilityProblems="TRUE" @@ -155,6 +155,9 @@ RuntimeLibrary="3"/> </FileConfiguration> </File> + <File + RelativePath=".\xml_extract.cpp"> + </File> </Filter> <Filter Name="Header Files" diff --git a/py_niflib.vcproj b/py_niflib.vcproj index f0c05f84..024bc618 100644 --- a/py_niflib.vcproj +++ b/py_niflib.vcproj @@ -23,7 +23,7 @@ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" MinimalRebuild="TRUE" BasicRuntimeChecks="3" - RuntimeLibrary="3" + RuntimeLibrary="1" UsePrecompiledHeader="0" WarningLevel="3" Detect64BitPortabilityProblems="TRUE" @@ -69,7 +69,7 @@ <Tool Name="VCCLCompilerTool" PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" - RuntimeLibrary="2" + RuntimeLibrary="0" UsePrecompiledHeader="0" WarningLevel="0" Detect64BitPortabilityProblems="TRUE" -- GitLab