• 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

Revision0f627e518b7e91cc98d29704d409b7feb7e01c92 (tree)
Time2012-02-29 00:10:44
Authorqwerty2501 <qwerty2501users.sourceforge.jp>
Commiterqwerty2501

Log Message

プロジェクトファイル変更

Change Summary

Incremental Difference

--- /dev/null
+++ b/Release/nlite/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+===============================================================================
Binary files a/nlite.suo and b/nlite.suo differ
--- a/nlite/nlite.vcxproj
+++ b/nlite/nlite.vcxproj
@@ -165,8 +165,9 @@ xcopy "$(ProjectDir)libs" "$(targetdir)libs" /e /y</Command>
165165 </Command>
166166 </PreBuildEvent>
167167 <PostBuildEvent>
168- <Command>mkdir "$(targetdir)libs" /y
169-xcopy "$(ProjectDir)libs" "$(targetdir)libs" /e /y</Command>
168+ <Command>mkdir "$(targetdir)nlite\libs" /y
169+xcopy "$(ProjectDir)libs" "$(targetdir)nlite\libs" /e /y
170+copy "$(targetdir)nlite.exe" "$(targetdir)nlite\" /y</Command>
170171 </PostBuildEvent>
171172 </ItemDefinitionGroup>
172173 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Preview|Win32'">