diff options
author | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-11-20 16:47:50 +0000 |
---|---|---|
committer | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-11-20 16:47:50 +0000 |
commit | 42c9ab27dffe5edacb9a0aea641d0ab8db8c9cf7 (patch) | |
tree | 64b9b92785261bd20a98bb2de7a4129f412c0b24 | |
parent | 648000f0e7813a0934d6a048ac6381f01ceedeb5 (diff) |
SecureIM and CryptoPP updated. moved from http://code.google.com/p/secureimplugin/
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@188 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
-rw-r--r-- | cryptopp/commonheaders.h | 2 | ||||
-rw-r--r-- | cryptopp/cryptopp_9.vcproj | 4 | ||||
-rw-r--r-- | secureim/SecureIM_9.vcproj | 4 | ||||
-rw-r--r-- | secureim/commonheaders.h | 8 |
4 files changed, 9 insertions, 9 deletions
diff --git a/cryptopp/commonheaders.h b/cryptopp/commonheaders.h index 5d73121..c0d6954 100644 --- a/cryptopp/commonheaders.h +++ b/cryptopp/commonheaders.h @@ -73,7 +73,7 @@ #include "m_protosvc.h"
#include "m_utils.h"
#include "m_netlib.h"
-#include "m_updater.h"
+#include "sdk/m_updater.h"
#endif
diff --git a/cryptopp/cryptopp_9.vcproj b/cryptopp/cryptopp_9.vcproj index 2c53824..fb7a174 100644 --- a/cryptopp/cryptopp_9.vcproj +++ b/cryptopp/cryptopp_9.vcproj @@ -47,7 +47,7 @@ <Tool
Name="VCCLCompilerTool"
Optimization="0"
- AdditionalIncludeDirectories="..\..\include;..\ExternalAPI"
+ AdditionalIncludeDirectories="..\..\include"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;CRYPTOPP_EXPORTS"
MinimalRebuild="true"
RuntimeLibrary="3"
@@ -135,7 +135,7 @@ Name="VCCLCompilerTool"
Optimization="1"
FavorSizeOrSpeed="2"
- AdditionalIncludeDirectories="..\..\include;..\ExternalAPI"
+ AdditionalIncludeDirectories="..\..\include"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
StringPooling="true"
RuntimeLibrary="2"
diff --git a/secureim/SecureIM_9.vcproj b/secureim/SecureIM_9.vcproj index bc7d5ac..7aa5166 100644 --- a/secureim/SecureIM_9.vcproj +++ b/secureim/SecureIM_9.vcproj @@ -47,7 +47,7 @@ <Tool
Name="VCCLCompilerTool"
Optimization="0"
- AdditionalIncludeDirectories="../../include;../ExternalAPI"
+ AdditionalIncludeDirectories="\source\include"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
RuntimeLibrary="3"
EnableFunctionLevelLinking="true"
@@ -140,7 +140,7 @@ Optimization="3"
FavorSizeOrSpeed="2"
OmitFramePointers="true"
- AdditionalIncludeDirectories="../../include;../ExternalAPI"
+ AdditionalIncludeDirectories="\source\include"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
StringPooling="true"
RuntimeLibrary="2"
diff --git a/secureim/commonheaders.h b/secureim/commonheaders.h index 2bf7228..b7576ac 100644 --- a/secureim/commonheaders.h +++ b/secureim/commonheaders.h @@ -93,10 +93,10 @@ #include "m_icolib.h"
#include "m_message.h"
#include "m_netlib.h"
-#include "m_metacontacts.h"
-#include "m_updater.h"
-#include "m_extraicons.h"
-#include "m_folders.h"
+#include "sdk\m_metacontacts.h"
+#include "sdk\m_updater.h"
+#include "sdk\m_extraicons.h"
+#include "sdk\m_folders.h"
#endif
|