From: qwerty2501 Date: Tue, 28 Feb 2012 15:10:44 +0000 (+0900) Subject: プロジェクトファイル変更 X-Git-Tag: v0.101~7 X-Git-Url: http://git.osdn.net/view?p=nlite%2Fnlite.git;a=commitdiff_plain;h=0f627e518b7e91cc98d29704d409b7feb7e01c92 プロジェクトファイル変更 --- diff --git a/Release/nlite/libs/Voice/mei_normal/README.txt b/Release/nlite/libs/Voice/mei_normal/README.txt new file mode 100644 index 0000000..81398e1 --- /dev/null +++ b/Release/nlite/libs/Voice/mei_normal/README.txt @@ -0,0 +1,78 @@ +=============================================================================== + HTS Voice "Mei (Normal)" version 1.1 + release August 3, 2011 + + +The work is released as a part of MMDAgent (http://www.mmdagent.jp/). + +******************************************************************************* + Copying +******************************************************************************* + +# ----------------------------------------------------------------- # +# HTS Voice "Mei (Normal)" # +# released by MMDAgent Project Team # +# http://www.mmdagent.jp/ # +# ----------------------------------------------------------------- # +# # +# Copyright (c) 2009-2011 Nagoya Institute of Technology # +# Department of Computer Science # +# # +# Some rights reserved. # +# # +# This work is licensed under the Creative Commons Attribution 3.0 # +# license. # +# # +# You are free: # +# * to Share - to copy, distribute and transmit the work # +# * to Remix - to adapt the work # +# Under the following conditions: # +# * Attribution - You must attribute the work in the manner # +# specified by the author or licensor (but not in any way that # +# suggests that they endorse you or your use of the work). # +# With the understanding that: # +# * Waiver - Any of the above conditions can be waived if you get # +# permission from the copyright holder. # +# * Public Domain - Where the work or any of its elements is in # +# the public domain under applicable law, that status is in no # +# way affected by the license. # +# * Other Rights - In no way are any of the following rights # +# affected by the license: # +# - Your fair dealing or fair use rights, or other applicable # +# copyright exceptions and limitations; # +# - The author's moral rights; # +# - Rights other persons may have either in the work itself or # +# in how the work is used, such as publicity or privacy # +# rights. # +# * Notice - For any reuse or distribution, you must make clear to # +# others the license terms of this work. The best way to do this # +# is with a link to this web page. # +# # +# See http://creativecommons.org/ for details. # +# ----------------------------------------------------------------- # + +See also "COPYRIGHT.txt" file in the current directory for details. + +******************************************************************************* + Acknowledgements +******************************************************************************* + +Keiichi Tokuda +Akinobu Lee +Keiichiro Oura + +******************************************************************************* + Who we are +******************************************************************************* + +The MMDAgent project team is a voluntary group for developing the Toolkit for +Building Voice Interaction System. Current members are + + Keiichi Tokuda http://www.sp.nitech.ac.jp/~tokuda/ + Akinobu Lee http://www.sp.nitech.ac.jp/~ri/ + Keiichiro Oura http://www.sp.nitech.ac.jp/~uratec/ + +and the members are dynamically changing. The current formal contact address of +MMDAgent project team and a mailing list for MMDAgent users can be found at +http://www.mmdagent.jp/ +=============================================================================== diff --git a/nlite.suo b/nlite.suo index 5b08ff3..7c80bde 100644 Binary files a/nlite.suo and b/nlite.suo differ diff --git a/nlite/nlite.vcxproj b/nlite/nlite.vcxproj index 6ca75b4..0bd9f02 100644 --- a/nlite/nlite.vcxproj +++ b/nlite/nlite.vcxproj @@ -165,8 +165,9 @@ xcopy "$(ProjectDir)libs" "$(targetdir)libs" /e /y - mkdir "$(targetdir)libs" /y -xcopy "$(ProjectDir)libs" "$(targetdir)libs" /e /y + mkdir "$(targetdir)nlite\libs" /y +xcopy "$(ProjectDir)libs" "$(targetdir)nlite\libs" /e /y +copy "$(targetdir)nlite.exe" "$(targetdir)nlite\" /y