summaryrefslogtreecommitdiff
path: root/plugins/MirOTR
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-05-17 18:48:45 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-05-17 18:48:45 +0000
commitc2914d5759e0ba8a3b9a81c8a1f071dba90094b4 (patch)
tree22059d59ccaf58a31f2e2bf7e39d6d96f691fa7c /plugins/MirOTR
parent8357738d081c17c692866aaf84fa6c3c6b450fc4 (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')
-rw-r--r--plugins/MirOTR/ekhtml/EkHtml_10.vcxproj16
-rw-r--r--plugins/MirOTR/libgcrypt-1.4.6/libgcrypt146lib_10.vcxproj16
-rw-r--r--plugins/MirOTR/libotr-3.2.0/libotr320_10.vcxproj16
3 files changed, 48 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" />
diff --git a/plugins/MirOTR/libgcrypt-1.4.6/libgcrypt146lib_10.vcxproj b/plugins/MirOTR/libgcrypt-1.4.6/libgcrypt146lib_10.vcxproj
index cfc6499b8f..4601a41eb4 100644
--- a/plugins/MirOTR/libgcrypt-1.4.6/libgcrypt146lib_10.vcxproj
+++ b/plugins/MirOTR/libgcrypt-1.4.6/libgcrypt146lib_10.vcxproj
@@ -77,6 +77,10 @@
<FloatingPointModel>Fast</FloatingPointModel>
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
</ClCompile>
+ <Lib>
+ <TargetMachine>MachineX86</TargetMachine>
+ <SubSystem>Windows</SubSystem>
+ </Lib>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ClCompile>
@@ -87,6 +91,10 @@
<FloatingPointModel>Fast</FloatingPointModel>
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
</ClCompile>
+ <Lib>
+ <TargetMachine>MachineX64</TargetMachine>
+ <SubSystem>Windows</SubSystem>
+ </Lib>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
@@ -98,6 +106,10 @@
<WarningLevel>Level3</WarningLevel>
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
</ClCompile>
+ <Lib>
+ <TargetMachine>MachineX86</TargetMachine>
+ <SubSystem>Windows</SubSystem>
+ </Lib>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ClCompile>
@@ -108,6 +120,10 @@
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
<WarningLevel>Level3</WarningLevel>
</ClCompile>
+ <Lib>
+ <TargetMachine>MachineX64</TargetMachine>
+ <SubSystem>Windows</SubSystem>
+ </Lib>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="cipher\ac.c" />
diff --git a/plugins/MirOTR/libotr-3.2.0/libotr320_10.vcxproj b/plugins/MirOTR/libotr-3.2.0/libotr320_10.vcxproj
index 4da33767a6..efce4fccda 100644
--- a/plugins/MirOTR/libotr-3.2.0/libotr320_10.vcxproj
+++ b/plugins/MirOTR/libotr-3.2.0/libotr320_10.vcxproj
@@ -79,6 +79,10 @@
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
<AdditionalOptions>/D "WIN32_LEAN_AND_MEAN" %(AdditionalOptions)</AdditionalOptions>
</ClCompile>
+ <Lib>
+ <TargetMachine>MachineX86</TargetMachine>
+ <SubSystem>Windows</SubSystem>
+ </Lib>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ClCompile>
@@ -90,6 +94,10 @@
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
<WarningLevel>Level3</WarningLevel>
</ClCompile>
+ <Lib>
+ <SubSystem>Windows</SubSystem>
+ <TargetMachine>MachineX64</TargetMachine>
+ </Lib>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
@@ -101,6 +109,10 @@
<FloatingPointModel>Fast</FloatingPointModel>
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
</ClCompile>
+ <Lib>
+ <SubSystem>Windows</SubSystem>
+ <TargetMachine>MachineX86</TargetMachine>
+ </Lib>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ClCompile>
@@ -112,6 +124,10 @@
<FloatingPointModel>Fast</FloatingPointModel>
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
</ClCompile>
+ <Lib>
+ <SubSystem>Windows</SubSystem>
+ <TargetMachine>MachineX64</TargetMachine>
+ </Lib>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="src\auth.c" />