diff options
author | Nvinside@gmail.com <Nvinside@gmail.com@eced67a3-f377-a0ae-92ae-d6de1850b05a> | 2012-01-20 23:34:32 +0000 |
---|---|---|
committer | Nvinside@gmail.com <Nvinside@gmail.com@eced67a3-f377-a0ae-92ae-d6de1850b05a> | 2012-01-20 23:34:32 +0000 |
commit | b707b16e92d272440c49e2e6f4891882be558854 (patch) | |
tree | 063e81f36f6a5d11124419061aa8d896ab171e51 /otr.vs/libotr-3.2.0.vs | |
parent | 7deb21a37c0f6ba6339ec0f8b7fb83fa397faf58 (diff) |
- timeout and messeges synced
- project changes
- some other fixes
git-svn-id: http://mirotr.googlecode.com/svn/trunk@63 eced67a3-f377-a0ae-92ae-d6de1850b05a
Diffstat (limited to 'otr.vs/libotr-3.2.0.vs')
-rw-r--r-- | otr.vs/libotr-3.2.0.vs/libotr320.vcxproj | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/otr.vs/libotr-3.2.0.vs/libotr320.vcxproj b/otr.vs/libotr-3.2.0.vs/libotr320.vcxproj index 4248b96..31d3731 100644 --- a/otr.vs/libotr-3.2.0.vs/libotr320.vcxproj +++ b/otr.vs/libotr-3.2.0.vs/libotr320.vcxproj @@ -165,10 +165,11 @@ <FloatingPointModel>Fast</FloatingPointModel>
<FloatingPointExceptions>false</FloatingPointExceptions>
<CreateHotpatchableImage>false</CreateHotpatchableImage>
- <EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet>
+ <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
<MultiProcessorCompilation>false</MultiProcessorCompilation>
<UseUnicodeForAssemblerListing>false</UseUnicodeForAssemblerListing>
<CompileAsManaged>false</CompileAsManaged>
+ <FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
</ClCompile>
<ResourceCompile>
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|