diff options
author | Pete Batard <pbatard@gmail.com> | 2010-01-21 17:38:43 +0000 |
---|---|---|
committer | Pete Batard <pbatard@gmail.com> | 2010-01-21 17:38:43 +0000 |
commit | 5e98c8b1a34599c394dbba23a607eec03de297b8 (patch) | |
tree | d84ffe0418a99193910134c39f70bd8844610c2c /examples | |
parent | a535ea35cd534e7b1d478dd37cbfcda8f1517c8f (diff) | |
download | libusb-5e98c8b1a34599c394dbba23a607eec03de297b8.tar.gz |
r99: DDK/sources x64 final fix and additional MSVC fixes (/MT)
Diffstat (limited to 'examples')
-rw-r--r-- | examples/lsusb_2008.vcproj | 8 | ||||
-rw-r--r-- | examples/xusb_2008.vcproj | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/examples/lsusb_2008.vcproj b/examples/lsusb_2008.vcproj index e93fd90..8316fe9 100644 --- a/examples/lsusb_2008.vcproj +++ b/examples/lsusb_2008.vcproj @@ -49,7 +49,7 @@ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" MinimalRebuild="true" BasicRuntimeChecks="3" - RuntimeLibrary="3" + RuntimeLibrary="1" UsePrecompiledHeader="0" WarningLevel="3" DebugInformationFormat="4" @@ -126,7 +126,7 @@ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" MinimalRebuild="true" BasicRuntimeChecks="3" - RuntimeLibrary="3" + RuntimeLibrary="1" UsePrecompiledHeader="0" WarningLevel="3" DebugInformationFormat="3" @@ -202,7 +202,7 @@ EnableIntrinsicFunctions="true" AdditionalIncludeDirectories="..\msvc;..\" PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" - RuntimeLibrary="2" + RuntimeLibrary="0" EnableFunctionLevelLinking="true" UsePrecompiledHeader="0" WarningLevel="3" @@ -282,7 +282,7 @@ EnableIntrinsicFunctions="true" AdditionalIncludeDirectories="..\msvc;..\" PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" - RuntimeLibrary="2" + RuntimeLibrary="0" EnableFunctionLevelLinking="true" UsePrecompiledHeader="0" WarningLevel="3" diff --git a/examples/xusb_2008.vcproj b/examples/xusb_2008.vcproj index 5b156b2..4cd9b13 100644 --- a/examples/xusb_2008.vcproj +++ b/examples/xusb_2008.vcproj @@ -49,7 +49,7 @@ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" MinimalRebuild="true" BasicRuntimeChecks="3" - RuntimeLibrary="3" + RuntimeLibrary="1" UsePrecompiledHeader="0" WarningLevel="3" DebugInformationFormat="4" @@ -126,7 +126,7 @@ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" MinimalRebuild="true" BasicRuntimeChecks="3" - RuntimeLibrary="3" + RuntimeLibrary="1" UsePrecompiledHeader="0" WarningLevel="3" DebugInformationFormat="3" @@ -202,7 +202,7 @@ EnableIntrinsicFunctions="true" AdditionalIncludeDirectories="..\msvc;..\" PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" - RuntimeLibrary="2" + RuntimeLibrary="0" EnableFunctionLevelLinking="true" UsePrecompiledHeader="0" WarningLevel="3" @@ -282,7 +282,7 @@ EnableIntrinsicFunctions="true" AdditionalIncludeDirectories="..\msvc;..\" PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" - RuntimeLibrary="2" + RuntimeLibrary="0" EnableFunctionLevelLinking="true" UsePrecompiledHeader="0" WarningLevel="3" |