summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2016-03-23 12:54:05 +0000
committerKirill Volinsky <mataes2007@gmail.com>2016-03-23 12:54:05 +0000
commit9451818a55c1f2a6995b813c6bdc0cbb3839fa94 (patch)
tree3ccc8199956baf9398fb0631394e18e4b3a42b93
parentfa9e319eab3d1a379db437239e28f2553af5b1b4 (diff)
telegram now compiled under vc2013
git-svn-id: http://svn.miranda-ng.org/main/trunk@16526 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r--libs/libevent/libevent.vcxproj2
-rw-r--r--protocols/Telegram/telegram.vcxproj2
2 files changed, 2 insertions, 2 deletions
diff --git a/libs/libevent/libevent.vcxproj b/libs/libevent/libevent.vcxproj
index 87da0181b8..fee7a4291b 100644
--- a/libs/libevent/libevent.vcxproj
+++ b/libs/libevent/libevent.vcxproj
@@ -28,7 +28,7 @@
<ItemDefinitionGroup>
<ClCompile>
<AdditionalIncludeDirectories>.\include;.\src\compat;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <PreprocessorDefinitions>HAVE_CONFIG_H;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <PreprocessorDefinitions>EVENT__NEED_DLLIMPORT;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<Link>
<AdditionalDependencies>ws2_32.lib;libeay32.lib;ssleay32.lib;%(AdditionalDependencies)</AdditionalDependencies>
diff --git a/protocols/Telegram/telegram.vcxproj b/protocols/Telegram/telegram.vcxproj
index 809fb04ab1..8a7797cad4 100644
--- a/protocols/Telegram/telegram.vcxproj
+++ b/protocols/Telegram/telegram.vcxproj
@@ -129,7 +129,7 @@
<Project>{e2a369cd-eda3-414f-8ad0-e732cd7ee68c}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
- <ProjectReference Include="..\..\libs\libevent\libevent_12.vcxproj">
+ <ProjectReference Include="..\..\libs\libevent\libevent.vcxproj">
<Project>{46D53888-E60E-32A7-91EB-6336DE0D84D8}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>