From e43b85f96acb41514edfffdb93768f3f22d24e3a Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Tue, 22 Oct 2013 16:36:45 +0000 Subject: project muid for vc11 fixed m_speak file renamed to m_winterspeak and moved to ExternalAPI git-svn-id: http://svn.miranda-ng.org/main/trunk@6588 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/ExternalAPI/m_winterspeak.h | 4 ++++ plugins/WinterSpeak/WinterSpeak_10.vcxproj | 21 ++++++++++++--------- plugins/WinterSpeak/WinterSpeak_10.vcxproj.filters | 16 ++++++++++++++-- plugins/WinterSpeak/WinterSpeak_11.vcxproj | 17 ++++++++--------- plugins/WinterSpeak/WinterSpeak_11.vcxproj.filters | 3 --- plugins/WinterSpeak/src/Common.h | 4 ++-- plugins/WinterSpeak/src/Version.h | 4 ++-- plugins/WinterSpeak/src/m_speak.h | 4 ---- 8 files changed, 42 insertions(+), 31 deletions(-) create mode 100644 plugins/ExternalAPI/m_winterspeak.h delete mode 100644 plugins/WinterSpeak/src/m_speak.h diff --git a/plugins/ExternalAPI/m_winterspeak.h b/plugins/ExternalAPI/m_winterspeak.h new file mode 100644 index 0000000000..3c0d418012 --- /dev/null +++ b/plugins/ExternalAPI/m_winterspeak.h @@ -0,0 +1,4 @@ + + +#define MS_SPEAK_STATUS "Speak/Status" +#define MS_SPEAK_MESSAGE "Speak/Message" \ No newline at end of file diff --git a/plugins/WinterSpeak/WinterSpeak_10.vcxproj b/plugins/WinterSpeak/WinterSpeak_10.vcxproj index 36086c43b1..3eab337727 100644 --- a/plugins/WinterSpeak/WinterSpeak_10.vcxproj +++ b/plugins/WinterSpeak/WinterSpeak_10.vcxproj @@ -77,7 +77,7 @@ Level3 true EditAndContinue - ..\..\include;%(AdditionalIncludeDirectories) + ..\..\include;..\ExternalAPI;C:\Program Files (x86)\Microsoft Speech SDK\Include;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) EnableFastChecks Use @@ -94,7 +94,7 @@ $(IntDir)$(TargetName).lib $(ProfileDir)..\..\bin10\lib false - comctl32.lib;%(AdditionalDependencies) + C:\Program Files (x86)\Microsoft Speech SDK\Lib\spchwrap.lib;comctl32.lib;%(AdditionalDependencies) @@ -103,7 +103,7 @@ false Disabled Level3 - ..\..\include;%(AdditionalIncludeDirectories) + ..\..\include;..\ExternalAPI;C:\Program Files (x86)\Microsoft Speech SDK\Include;%(AdditionalIncludeDirectories) _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) EnableFastChecks Use @@ -120,7 +120,7 @@ $(IntDir)$(TargetName).lib $(ProfileDir)..\..\bin10\lib false - comctl32.lib;%(AdditionalDependencies) + C:\Program Files (x86)\Microsoft Speech SDK\Lib\spchwrap.lib;comctl32.lib;%(AdditionalDependencies) @@ -130,7 +130,7 @@ true Full Level3 - ..\..\include;%(AdditionalIncludeDirectories) + ..\..\include;..\ExternalAPI;C:\Program Files (x86)\Microsoft Speech SDK\Include;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) Size Use @@ -150,7 +150,7 @@ true false /PDBALTPATH:%_PDB% - comctl32.lib;%(AdditionalDependencies) + C:\Program Files (x86)\Microsoft Speech SDK\Lib\spchwrap.lib;comctl32.lib;%(AdditionalDependencies) @@ -160,7 +160,7 @@ true Full Level3 - ..\..\include;%(AdditionalIncludeDirectories) + ..\..\include;..\ExternalAPI;C:\Program Files (x86)\Microsoft Speech SDK\Include;%(AdditionalIncludeDirectories) NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) Size Use @@ -180,7 +180,7 @@ true false /PDBALTPATH:%_PDB% - comctl32.lib;%(AdditionalDependencies) + C:\Program Files (x86)\Microsoft Speech SDK\Lib\spchwrap.lib;comctl32.lib;%(AdditionalDependencies) @@ -192,12 +192,13 @@ - + + @@ -220,6 +221,8 @@ + + diff --git a/plugins/WinterSpeak/WinterSpeak_10.vcxproj.filters b/plugins/WinterSpeak/WinterSpeak_10.vcxproj.filters index ce06663320..3a467283cb 100644 --- a/plugins/WinterSpeak/WinterSpeak_10.vcxproj.filters +++ b/plugins/WinterSpeak/WinterSpeak_10.vcxproj.filters @@ -34,6 +34,9 @@ {79aaf01a-24a8-425a-a166-75f9a925b5a4} + + {bc35ee8c-e94f-4d06-8e83-77d143ead7bb} + @@ -99,8 +102,11 @@ Source Files\text_to_speech - - Source Files + + Source Files\text_to_speech\speech_api_40a + + + Source Files\text_to_speech\speech_api_40a @@ -169,5 +175,11 @@ Source Files\text_to_speech + + Source Files\text_to_speech\speech_api_40a + + + Source Files\text_to_speech\speech_api_40a + \ No newline at end of file diff --git a/plugins/WinterSpeak/WinterSpeak_11.vcxproj b/plugins/WinterSpeak/WinterSpeak_11.vcxproj index 66606908e9..88f78e071a 100644 --- a/plugins/WinterSpeak/WinterSpeak_11.vcxproj +++ b/plugins/WinterSpeak/WinterSpeak_11.vcxproj @@ -20,7 +20,7 @@ WinterSpeak - {18195F68-A747-8643-050C-C5101DA658FD} + {A44F96D0-A850-4A67-9570-0E9298A16E40} @@ -81,7 +81,7 @@ Level3 true EditAndContinue - ..\..\include;C:\Program Files (x86)\Microsoft Speech SDK\Include;%(AdditionalIncludeDirectories) + ..\..\include;..\ExternalAPI;C:\Program Files (x86)\Microsoft Speech SDK\Include;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) EnableFastChecks Use @@ -108,7 +108,7 @@ false Disabled Level3 - ..\..\include;C:\Program Files (x86)\Microsoft Speech SDK\Include;%(AdditionalIncludeDirectories) + ..\..\include;..\ExternalAPI;C:\Program Files (x86)\Microsoft Speech SDK\Include;%(AdditionalIncludeDirectories) _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) EnableFastChecks Use @@ -125,7 +125,7 @@ $(IntDir)$(TargetName).lib $(ProfileDir)..\..\bin11\lib false - comctl32.lib;%(AdditionalDependencies) + C:\Program Files (x86)\Microsoft Speech SDK\Lib\spchwrap.lib;comctl32.lib;%(AdditionalDependencies) @@ -135,7 +135,7 @@ true Full Level3 - ..\..\include;C:\Program Files (x86)\Microsoft Speech SDK\Include;%(AdditionalIncludeDirectories) + ..\..\include;..\ExternalAPI;C:\Program Files (x86)\Microsoft Speech SDK\Include;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) Size Use @@ -154,7 +154,7 @@ true true false - comctl32.lib;%(AdditionalDependencies) + C:\Program Files (x86)\Microsoft Speech SDK\Lib\spchwrap.lib;comctl32.lib;%(AdditionalDependencies) @@ -164,7 +164,7 @@ true Full Level3 - ..\..\include;C:\Program Files (x86)\Microsoft Speech SDK\Include;%(AdditionalIncludeDirectories) + ..\..\include;..\ExternalAPI;C:\Program Files (x86)\Microsoft Speech SDK\Include;%(AdditionalIncludeDirectories) NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) Size Use @@ -183,7 +183,7 @@ true true false - comctl32.lib;%(AdditionalDependencies) + C:\Program Files (x86)\Microsoft Speech SDK\Lib\spchwrap.lib;comctl32.lib;%(AdditionalDependencies) @@ -195,7 +195,6 @@ - diff --git a/plugins/WinterSpeak/WinterSpeak_11.vcxproj.filters b/plugins/WinterSpeak/WinterSpeak_11.vcxproj.filters index 43c1399f6e..3a467283cb 100644 --- a/plugins/WinterSpeak/WinterSpeak_11.vcxproj.filters +++ b/plugins/WinterSpeak/WinterSpeak_11.vcxproj.filters @@ -102,9 +102,6 @@ Source Files\text_to_speech - - Source Files - Source Files\text_to_speech\speech_api_40a diff --git a/plugins/WinterSpeak/src/Common.h b/plugins/WinterSpeak/src/Common.h index cff8761c21..59763967e0 100644 --- a/plugins/WinterSpeak/src/Common.h +++ b/plugins/WinterSpeak/src/Common.h @@ -3,8 +3,8 @@ #include #include - #include + #include #include #include @@ -19,10 +19,10 @@ #include #include +#include "m_winterspeak.h" #include "resource.h" #include "Version.h" -#include "m_speak.h" #include "DialogConfigEngine.h" #include "DialogConfigActive.h" diff --git a/plugins/WinterSpeak/src/Version.h b/plugins/WinterSpeak/src/Version.h index 2c10081d2e..22152c74d0 100644 --- a/plugins/WinterSpeak/src/Version.h +++ b/plugins/WinterSpeak/src/Version.h @@ -6,8 +6,8 @@ #define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM #define __PLUGIN_NAME "WinterSpeak" -#define __FILENAME "winterspeak.dll" -#define __DESCRIPTION "Miranda interface to the Microsoft Speech API" +#define __FILENAME "WinterSpeak.dll" +#define __DESCRIPTION "Miranda interface to the Microsoft Speech API." #define __AUTHOR "Ryan Winter, BlubbFish" #define __AUTHOREMAIL "miranda@blubbfish.net" #define __AUTHORWEB "http://miranda-ng.org/p/WinterSpeak/" diff --git a/plugins/WinterSpeak/src/m_speak.h b/plugins/WinterSpeak/src/m_speak.h deleted file mode 100644 index 3c0d418012..0000000000 --- a/plugins/WinterSpeak/src/m_speak.h +++ /dev/null @@ -1,4 +0,0 @@ - - -#define MS_SPEAK_STATUS "Speak/Status" -#define MS_SPEAK_MESSAGE "Speak/Message" \ No newline at end of file -- cgit v1.2.3