diff options
author | George Hazan <george.hazan@gmail.com> | 2013-05-17 18:48:45 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-05-17 18:48:45 +0000 |
commit | c2914d5759e0ba8a3b9a81c8a1f071dba90094b4 (patch) | |
tree | 22059d59ccaf58a31f2e2bf7e39d6d96f691fa7c /plugins/MirOTR/ekhtml | |
parent | 8357738d081c17c692866aaf84fa6c3c6b450fc4 (diff) |
fix for mirOTR libraries projects
git-svn-id: http://svn.miranda-ng.org/main/trunk@4709 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirOTR/ekhtml')
-rw-r--r-- | plugins/MirOTR/ekhtml/EkHtml_10.vcxproj | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/plugins/MirOTR/ekhtml/EkHtml_10.vcxproj b/plugins/MirOTR/ekhtml/EkHtml_10.vcxproj index f18d90187d..ce3fa04ead 100644 --- a/plugins/MirOTR/ekhtml/EkHtml_10.vcxproj +++ b/plugins/MirOTR/ekhtml/EkHtml_10.vcxproj @@ -79,6 +79,10 @@ <WarningLevel>Level3</WarningLevel>
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
</ClCompile>
+ <Lib>
+ <TargetMachine>MachineX86</TargetMachine>
+ <SubSystem>Windows</SubSystem>
+ </Lib>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ClCompile>
@@ -89,6 +93,10 @@ <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
<WarningLevel>Level3</WarningLevel>
</ClCompile>
+ <Lib>
+ <TargetMachine>MachineX64</TargetMachine>
+ <SubSystem>Windows</SubSystem>
+ </Lib>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
@@ -102,6 +110,10 @@ <CreateHotpatchableImage>false</CreateHotpatchableImage>
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
</ClCompile>
+ <Lib>
+ <TargetMachine>MachineX86</TargetMachine>
+ <SubSystem>Windows</SubSystem>
+ </Lib>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ClCompile>
@@ -115,6 +127,10 @@ <CreateHotpatchableImage>false</CreateHotpatchableImage>
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
</ClCompile>
+ <Lib>
+ <TargetMachine>MachineX64</TargetMachine>
+ <SubSystem>Windows</SubSystem>
+ </Lib>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="src\ekhtml.c" />
|