• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revision641888650087541f1a51f23c3e84533d9d722267 (tree)
Time2012-02-26 11:38:07
Authorqwerty2501 <riot313@gmai...>
Commiterqwerty2501

Log Message

リリースビルド向けにプロジェクト設定変更

Change Summary

Incremental Difference

--- /dev/null
+++ b/Release/libs/Voice/mei_normal/README.txt
@@ -0,0 +1,78 @@
1+===============================================================================
2+ HTS Voice "Mei (Normal)" version 1.1
3+ release August 3, 2011
4+
5+
6+The work is released as a part of MMDAgent (http://www.mmdagent.jp/).
7+
8+*******************************************************************************
9+ Copying
10+*******************************************************************************
11+
12+# ----------------------------------------------------------------- #
13+# HTS Voice "Mei (Normal)" #
14+# released by MMDAgent Project Team #
15+# http://www.mmdagent.jp/ #
16+# ----------------------------------------------------------------- #
17+# #
18+# Copyright (c) 2009-2011 Nagoya Institute of Technology #
19+# Department of Computer Science #
20+# #
21+# Some rights reserved. #
22+# #
23+# This work is licensed under the Creative Commons Attribution 3.0 #
24+# license. #
25+# #
26+# You are free: #
27+# * to Share - to copy, distribute and transmit the work #
28+# * to Remix - to adapt the work #
29+# Under the following conditions: #
30+# * Attribution - You must attribute the work in the manner #
31+# specified by the author or licensor (but not in any way that #
32+# suggests that they endorse you or your use of the work). #
33+# With the understanding that: #
34+# * Waiver - Any of the above conditions can be waived if you get #
35+# permission from the copyright holder. #
36+# * Public Domain - Where the work or any of its elements is in #
37+# the public domain under applicable law, that status is in no #
38+# way affected by the license. #
39+# * Other Rights - In no way are any of the following rights #
40+# affected by the license: #
41+# - Your fair dealing or fair use rights, or other applicable #
42+# copyright exceptions and limitations; #
43+# - The author's moral rights; #
44+# - Rights other persons may have either in the work itself or #
45+# in how the work is used, such as publicity or privacy #
46+# rights. #
47+# * Notice - For any reuse or distribution, you must make clear to #
48+# others the license terms of this work. The best way to do this #
49+# is with a link to this web page. #
50+# #
51+# See http://creativecommons.org/ for details. #
52+# ----------------------------------------------------------------- #
53+
54+See also "COPYRIGHT.txt" file in the current directory for details.
55+
56+*******************************************************************************
57+ Acknowledgements
58+*******************************************************************************
59+
60+Keiichi Tokuda
61+Akinobu Lee
62+Keiichiro Oura
63+
64+*******************************************************************************
65+ Who we are
66+*******************************************************************************
67+
68+The MMDAgent project team is a voluntary group for developing the Toolkit for
69+Building Voice Interaction System. Current members are
70+
71+ Keiichi Tokuda http://www.sp.nitech.ac.jp/~tokuda/
72+ Akinobu Lee http://www.sp.nitech.ac.jp/~ri/
73+ Keiichiro Oura http://www.sp.nitech.ac.jp/~uratec/
74+
75+and the members are dynamically changing. The current formal contact address of
76+MMDAgent project team and a mailing list for MMDAgent users can be found at
77+http://www.mmdagent.jp/
78+===============================================================================
--- a/nlib/nlib.vcxproj
+++ b/nlib/nlib.vcxproj
@@ -50,13 +50,13 @@
5050 </ImportGroup>
5151 <PropertyGroup Label="UserMacros" />
5252 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
53- <IncludePath>$(SolutionDir);$(SolutionDir)\include;$(IncludePath)</IncludePath>
53+ <IncludePath>$(SolutionDir);$(SolutionDir)\include;$(IncludePath);$(IncludePath)</IncludePath>
5454 </PropertyGroup>
5555 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-window|Win32'">
56- <IncludePath>$(SolutionDir);$(SolutionDir)\include;$(SolutionDir);$(SolutionDir)\nlite;$(IncludePath)</IncludePath>
56+ <IncludePath>$(SolutionDir);$(SolutionDir)\include;$(SolutionDir);$(SolutionDir)\nlite;$(IncludePath);$(IncludePath)</IncludePath>
5757 </PropertyGroup>
5858 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
59- <IncludePath>$(SolutionDir);$(SolutionDir)\include;$(SolutionDir);$(VCInstallDir)include;$(WindowsSdkDir)include;$(SolutionDir)include</IncludePath>
59+ <IncludePath>$(SolutionDir);$(SolutionDir)\include;$(VCInstallDir)include;$(SolutionDir)include;$(IncludePath);$(IncludePath)</IncludePath>
6060 </PropertyGroup>
6161 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
6262 <ClCompile>
@@ -96,7 +96,7 @@
9696 <Optimization>MaxSpeed</Optimization>
9797 <FunctionLevelLinking>true</FunctionLevelLinking>
9898 <IntrinsicFunctions>true</IntrinsicFunctions>
99- <PreprocessorDefinitions>WIN32;XML_UNICODE_WCHAR_T;THREADSAFE_DEBUG;_LIB;XML_UNICODE_WCHAR_T;_CRT_SECURE_NO_DEPRECATE;THREADSAFENDEBUG;_LIB;%(PreprocessorDefinitions);XML_UNICODE_WCHAR_T;_CRT_SECURE_NO_DEPRECATE;THREADSAFE</PreprocessorDefinitions>
99+ <PreprocessorDefinitions>WIN32;XML_UNICODE_WCHAR_T;_LIB;_CRT_SECURE_NO_DEPRECATE;THREADSAFENDEBUG;%(PreprocessorDefinitions);THREADSAFE</PreprocessorDefinitions>
100100 </ClCompile>
101101 <Link>
102102 <SubSystem>Windows</SubSystem>
--- a/nlib_driver/nlib_driver.vcxproj
+++ b/nlib_driver/nlib_driver.vcxproj
@@ -52,17 +52,17 @@
5252 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
5353 <LinkIncremental>true</LinkIncremental>
5454 <LibraryPath>$(SolutionDir)lib\$(Configuration);$(LibraryPath)</LibraryPath>
55- <IncludePath>$(SolutionDir);$(SolutionDir)\Include;$(IncludePath)</IncludePath>
55+ <IncludePath>$(SolutionDir);$(SolutionDir)\Include;$(SolutionDir)\Include;$(IncludePath)</IncludePath>
5656 </PropertyGroup>
5757 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-window|Win32'">
5858 <LinkIncremental>true</LinkIncremental>
5959 <LibraryPath>$(SolutionDir)lib\$(Configuration);$(LibraryPath)</LibraryPath>
60- <IncludePath>$(SolutionDir);$(IncludePath)</IncludePath>
60+ <IncludePath>$(SolutionDir);$(SolutionDir)\Include;$(IncludePath)</IncludePath>
6161 </PropertyGroup>
6262 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
6363 <LinkIncremental>false</LinkIncremental>
6464 <LibraryPath>$(SolutionDir)lib\$(Configuration);$(LibraryPath)</LibraryPath>
65- <IncludePath>$(SolutionDir);$(IncludePath)</IncludePath>
65+ <IncludePath>$(SolutionDir);$(SolutionDir)\Include;$(IncludePath)</IncludePath>
6666 </PropertyGroup>
6767 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
6868 <ClCompile>
Binary files a/nlite.suo and b/nlite.suo differ
--- a/nlite/nlite.vcxproj
+++ b/nlite/nlite.vcxproj
@@ -52,20 +52,20 @@
5252 <PropertyGroup Label="UserMacros" />
5353 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
5454 <LinkIncremental>true</LinkIncremental>
55- <IncludePath>$(solutiondir)\nlib;$(solutiondir)\include\WTL\include;$(solutiondir);$(solutiondir)\include;$(solutiondir)\expat;$(IncludePath);$(solutiondir)\speaker;$(IncludePath)</IncludePath>
55+ <IncludePath>$(solutiondir)\nlib;$(solutiondir)\include\WTL\include;$(solutiondir);$(solutiondir)\include;$(solutiondir)\expat;$(IncludePath);$(solutiondir)\speaker;$(IncludePath);$(IncludePath)</IncludePath>
5656 <EmbedManifest>false</EmbedManifest>
5757 <CustomBuildAfterTargets>
5858 </CustomBuildAfterTargets>
5959 </PropertyGroup>
6060 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-window|Win32'">
6161 <LinkIncremental>true</LinkIncremental>
62- <IncludePath>$(solutiondir)\nlib;$(solutiondir)\include\WTL\include;$(solutiondir);$(solutiondir)\include;$(solutiondir)\expat;$(solutiondir)nlib\;$(solutiondir)memorypool\;$(solutiondir)shareCookie\;$(solutiondir);$(IncludePath);$(solutiondir)\speaker;$(IncludePath)</IncludePath>
62+ <IncludePath>$(solutiondir)\nlib;$(solutiondir)\include\WTL\include;$(solutiondir);$(solutiondir)\include;$(solutiondir)\expat;$(solutiondir)nlib\;$(solutiondir)memorypool\;$(solutiondir)shareCookie\;$(solutiondir);$(IncludePath);$(solutiondir)\speaker;$(IncludePath);$(IncludePath)</IncludePath>
6363 <CustomBuildAfterTargets>
6464 </CustomBuildAfterTargets>
6565 </PropertyGroup>
6666 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
6767 <LinkIncremental>false</LinkIncremental>
68- <IncludePath>$(solutiondir)\nlib;$(solutiondir)\include\WTL\include;$(solutiondir);$(solutiondir)\include;$(solutiondir)\expat;$(WDDK)inc\atl71;$(BOOST);$(IncludePath);$(solutiondir)\speaker;$(IncludePath)</IncludePath>
68+ <IncludePath>$(solutiondir)\nlib;$(solutiondir)\include\WTL\include;$(solutiondir);$(solutiondir)\include;$(solutiondir)\expat;$(WDDK)inc\atl71;$(BOOST);$(IncludePath);$(solutiondir)\speaker;$(IncludePath);$(IncludePath)</IncludePath>
6969 <CustomBuildAfterTargets>
7070 </CustomBuildAfterTargets>
7171 </PropertyGroup>
@@ -115,7 +115,8 @@ xcopy "$(ProjectDir)libs" "$(targetdir)libs" /e /y</Command>
115115 </Command>
116116 </PreBuildEvent>
117117 <PostBuildEvent>
118- <Command>xcopy "$(ProjectDir)output" "$(targetdir)" /e /y</Command>
118+ <Command>mkdir "$(targetdir)libs" /y
119+xcopy "$(ProjectDir)libs" "$(targetdir)libs" /e /y</Command>
119120 </PostBuildEvent>
120121 </ItemDefinitionGroup>
121122 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
@@ -125,7 +126,7 @@ xcopy "$(ProjectDir)libs" "$(targetdir)libs" /e /y</Command>
125126 <Optimization>MaxSpeed</Optimization>
126127 <FunctionLevelLinking>true</FunctionLevelLinking>
127128 <IntrinsicFunctions>true</IntrinsicFunctions>
128- <PreprocessorDefinitions>WIN32;XML_UNICODE_WCHAR_T;_DEBUG;_CRT_SECURE_NO_WARNINGS;XML_UNICODE_WCHAR_TNDEBUG;_WINDOWS;%(PreprocessorDefinitions);%(PreprocessorDefinitions)</PreprocessorDefinitions>
129+ <PreprocessorDefinitions>WIN32;XML_UNICODE_WCHAR_T;_CRT_SECURE_NO_WARNINGS;XML_UNICODE_WCHAR_TNDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
129130 </ClCompile>
130131 <Link>
131132 <SubSystem>Windows</SubSystem>
@@ -143,7 +144,8 @@ xcopy "$(ProjectDir)libs" "$(targetdir)libs" /e /y</Command>
143144 </Command>
144145 </PreBuildEvent>
145146 <PostBuildEvent>
146- <Command>xcopy "$(ProjectDir)output" "$(targetdir)" /e /y</Command>
147+ <Command>mkdir "$(targetdir)libs" /y
148+xcopy "$(ProjectDir)libs" "$(targetdir)libs" /e /y</Command>
147149 </PostBuildEvent>
148150 </ItemDefinitionGroup>
149151 <ItemGroup>
--- a/nlite/stdafx.h
+++ b/nlite/stdafx.h
@@ -7,7 +7,7 @@
77
88 #include "targetver.h"
99
10-#define DEBUG //リリースビルドでもデバッグ関数が有効になる
10+//#define DEBUG //リリースビルドでもデバッグ関数が有効になる
1111 #define WIN32_LEAN_AND_MEAN // Windows ヘッダーから使用されていない部分を除外します。
1212 #define _CRT_SECURE_NO_WARNINGS 1 //vc++のおせっかいな警告を消す
1313 #define _CRT_NON_CONFORMING_SWPRINTFS 1 //vc++のおせっかいな警告を消す
--- a/nlite_stub/nlite_stub.vcxproj
+++ b/nlite_stub/nlite_stub.vcxproj
@@ -46,12 +46,15 @@
4646 </ImportGroup>
4747 <PropertyGroup Label="UserMacros" />
4848 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
49- <IncludePath>$(solutiondir);$(SolutionDir)\include;$(IncludePath)</IncludePath>
49+ <IncludePath>$(solutiondir);$(SolutionDir)\include;$(IncludePath);$(IncludePath)</IncludePath>
5050 </PropertyGroup>
5151 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-window|Win32'">
52- <IncludePath>$(Solutiondir);$(Solutiondir)include\;$(IncludePath)</IncludePath>
52+ <IncludePath>$(solutiondir);$(SolutionDir)\include;$(Solutiondir);$(Solutiondir)include\;$(IncludePath);$(IncludePath)</IncludePath>
5353 <TargetExt>.lib</TargetExt>
5454 </PropertyGroup>
55+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
56+ <IncludePath>$(solutiondir);$(SolutionDir)\include;$(APR)include;$(boost);$(WINDDK)inc\atl71;$(IncludePath);$(IncludePath)</IncludePath>
57+ </PropertyGroup>
5558 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
5659 <ClCompile>
5760 <PrecompiledHeader>
--- a/open_jtalk_lib/open_jtalk_lib.c
+++ b/open_jtalk_lib/open_jtalk_lib.c
@@ -45,8 +45,6 @@
4545 #include "jpcommon.h"
4646 #include "HTS_engine.h"
4747
48-#define OPENJTALK_EXPORTS
49-
5048 #include "open_jtalk_lib.h"
5149
5250
--- a/open_jtalk_lib/open_jtalk_lib.vcxproj
+++ b/open_jtalk_lib/open_jtalk_lib.vcxproj
@@ -25,7 +25,7 @@
2525 <ConfigurationType>StaticLibrary</ConfigurationType>
2626 <UseDebugLibraries>false</UseDebugLibraries>
2727 <WholeProgramOptimization>true</WholeProgramOptimization>
28- <CharacterSet>Unicode</CharacterSet>
28+ <CharacterSet>MultiByte</CharacterSet>
2929 </PropertyGroup>
3030 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
3131 <ImportGroup Label="ExtensionSettings">
@@ -41,7 +41,7 @@
4141 <IncludePath>$(ProjectDir)hts_engine_API\include;$(ProjectDir)open_jtalk\mecab\src;$(ProjectDir)open_jtalk\mecab2njd;$(ProjectDir)open_jtalk\njd;$(ProjectDir)open_jtalk\njd_set_accent_phrase;$(ProjectDir)open_jtalk\njd_set_accent_type;$(ProjectDir)open_jtalk\njd_set_digit;$(ProjectDir)open_jtalk\njd_set_long_vowel;$(ProjectDir)open_jtalk\njd_set_pronunciation;$(ProjectDir)open_jtalk\njd_set_unvoiced_vowel;$(ProjectDir)open_jtalk\njd2jpcommon;$(ProjectDir)open_jtalk\text2mecab;$(ProjectDir)open_jtalk\jpcommon;$(IncludePath)</IncludePath>
4242 </PropertyGroup>
4343 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
44- <IncludePath>$(IncludePath)</IncludePath>
44+ <IncludePath>$(ProjectDir)hts_engine_API\include;$(ProjectDir)open_jtalk\mecab\src;$(ProjectDir)open_jtalk\mecab2njd;$(ProjectDir)open_jtalk\njd;$(ProjectDir)open_jtalk\njd_set_accent_phrase;$(ProjectDir)open_jtalk\njd_set_accent_type;$(ProjectDir)open_jtalk\njd_set_digit;$(ProjectDir)open_jtalk\njd_set_long_vowel;$(ProjectDir)open_jtalk\njd_set_pronunciation;$(ProjectDir)open_jtalk\njd_set_unvoiced_vowel;$(ProjectDir)open_jtalk\njd2jpcommon;$(ProjectDir)open_jtalk\text2mecab;$(ProjectDir)open_jtalk\jpcommon;$(IncludePath)</IncludePath>
4545 </PropertyGroup>
4646 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
4747 <ClCompile>
@@ -77,7 +77,6 @@
7777 <None Include="ReadMe.txt" />
7878 </ItemGroup>
7979 <ItemGroup>
80- <ClCompile Include="hts_engine_API\bin\hts_engine.c" />
8180 <ClCompile Include="hts_engine_API\lib\HTS_audio.c" />
8281 <ClCompile Include="hts_engine_API\lib\HTS_engine.c" />
8382 <ClCompile Include="hts_engine_API\lib\HTS_gstream.c" />
@@ -105,7 +104,6 @@
105104 <ClCompile Include="open_jtalk\mecab\src\learner.cpp" />
106105 <ClCompile Include="open_jtalk\mecab\src\learner_tagger.cpp" />
107106 <ClCompile Include="open_jtalk\mecab\src\libmecab.cpp" />
108- <ClCompile Include="open_jtalk\mecab\src\mecab-dict-index.cpp" />
109107 <ClCompile Include="open_jtalk\mecab\src\mecab.cpp" />
110108 <ClCompile Include="open_jtalk\mecab\src\nbest_generator.cpp" />
111109 <ClCompile Include="open_jtalk\mecab\src\param.cpp" />
--- a/open_jtalk_lib/open_jtalk_lib.vcxproj.filters
+++ b/open_jtalk_lib/open_jtalk_lib.vcxproj.filters
@@ -63,9 +63,6 @@
6363 <ClCompile Include="open_jtalk\mecab\src\mecab.cpp">
6464 <Filter>ソース ファイル\lib</Filter>
6565 </ClCompile>
66- <ClCompile Include="open_jtalk\mecab\src\mecab-dict-index.cpp">
67- <Filter>ソース ファイル\lib</Filter>
68- </ClCompile>
6966 <ClCompile Include="open_jtalk\mecab\src\libmecab.cpp">
7067 <Filter>ソース ファイル\lib</Filter>
7168 </ClCompile>
@@ -111,12 +108,6 @@
111108 <ClCompile Include="hts_engine_API\lib\HTS_gstream.c">
112109 <Filter>ソース ファイル\lib</Filter>
113110 </ClCompile>
114- <ClCompile Include="hts_engine_API\bin\hts_engine.c">
115- <Filter>ソース ファイル\lib</Filter>
116- </ClCompile>
117- <ClCompile Include="hts_engine_API\lib\HTS_engine.c">
118- <Filter>ソース ファイル\lib</Filter>
119- </ClCompile>
120111 <ClCompile Include="hts_engine_API\lib\HTS_audio.c">
121112 <Filter>ソース ファイル\lib</Filter>
122113 </ClCompile>
@@ -171,6 +162,9 @@
171162 <ClCompile Include="open_jtalk\mecab\src\writer.cpp">
172163 <Filter>ソース ファイル\lib</Filter>
173164 </ClCompile>
165+ <ClCompile Include="hts_engine_API\lib\HTS_engine.c">
166+ <Filter>ソース ファイル\lib</Filter>
167+ </ClCompile>
174168 </ItemGroup>
175169 <ItemGroup>
176170 <ClInclude Include="open_jtalk_lib.h">
--- a/shareCookie/shareCookie.c
+++ b/shareCookie/shareCookie.c
@@ -951,10 +951,11 @@ BROWSERTYPE getDefaultBrowserType(){
951951 DWORD cName = sizeof(browserName);
952952 HKEY hKey;
953953 //レジストリキーを読み取り専用でオープン
954- if(RegOpenKeyEx(HKEY_CURRENT_USER,L"Software\\Microsoft\\Windows\\Shell\\Associations\\UrlAssociations\\https\\UserChoice",0,KEY_READ,&hKey) != ERROR_SUCCESS){
954+ if(RegOpenKeyEx(HKEY_CURRENT_USER,L"Software\\Microsoft\\Windows\\Shell\\Associations\\UrlAssociations\\http\\UserChoice",0,KEY_READ,&hKey) != ERROR_SUCCESS){
955955 return COOKIE_ERR_INTERNETOPTION_NOTOPEN;
956956 }
957957
958+ RegQueryValueEx(hKey,TEXT("Progid"),(LPDWORD)NULL,(LPDWORD)NULL,(LPBYTE)&browserName,&cName);
958959
959960 if(_tcscmp(browserName,TEXT("ChromeHTML")) == 0){
960961
@@ -986,7 +987,7 @@ BROWSERTYPE getDefaultBrowserType(){
986987 }
987988
988989
989- RegQueryValueEx(hKey,TEXT("Progid"),(LPDWORD)NULL,(LPDWORD)NULL,(LPBYTE)&browserName,&cName);
990+
990991
991992
992993