diff options
author | watcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-04-27 16:27:16 +0000 |
---|---|---|
committer | watcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-04-27 16:27:16 +0000 |
commit | 7c65c60bf7eeb001de6c29a8268b024ca2aa3c38 (patch) | |
tree | 41f3b910bd0e86d66fdb3db1f2a267447b7772d7 | |
parent | 164bc6af16bc03c4265fa1eb3f2204d908b24aee (diff) |
uinfoex: sse2 optimization removal, link fix.
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@56 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
-rw-r--r-- | userinfoex/UInfoEx_10.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/userinfoex/UInfoEx_10.vcxproj b/userinfoex/UInfoEx_10.vcxproj index d1aa05e..e846670 100644 --- a/userinfoex/UInfoEx_10.vcxproj +++ b/userinfoex/UInfoEx_10.vcxproj @@ -166,6 +166,7 @@ <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
+ <TargetName Condition="'$(Configuration)|$(Platform)'=='Release Unicode|Win32'">$(ProjectName)W</TargetName>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
@@ -394,7 +395,6 @@ <PrecompiledHeaderFile>commonheaders.h</PrecompiledHeaderFile>
<WarningLevel>Level3</WarningLevel>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
- <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
</ClCompile>
<ResourceCompile>
<PreprocessorDefinitions>NDEBUG;_UNICODE;UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|