OSDN Git Service

プロジェクトファイル変更
authorqwerty2501 <qwerty2501users.sourceforge.jp>
Tue, 28 Feb 2012 15:10:44 +0000 (00:10 +0900)
committerqwerty2501 <qwerty2501users.sourceforge.jp>
Tue, 28 Feb 2012 15:10:44 +0000 (00:10 +0900)
Release/nlite/libs/Voice/mei_normal/README.txt [new file with mode: 0644]
nlite.suo
nlite/nlite.vcxproj

diff --git a/Release/nlite/libs/Voice/mei_normal/README.txt b/Release/nlite/libs/Voice/mei_normal/README.txt
new file mode 100644 (file)
index 0000000..81398e1
--- /dev/null
@@ -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/
+===============================================================================
index 5b08ff3..7c80bde 100644 (file)
Binary files a/nlite.suo and b/nlite.suo differ
index 6ca75b4..0bd9f02 100644 (file)
@@ -165,8 +165,9 @@ xcopy "$(ProjectDir)libs" "$(targetdir)libs" /e /y</Command>
       </Command>
     </PreBuildEvent>
     <PostBuildEvent>
-      <Command>mkdir "$(targetdir)libs" /y
-xcopy "$(ProjectDir)libs" "$(targetdir)libs" /e /y</Command>
+      <Command>mkdir "$(targetdir)nlite\libs" /y
+xcopy "$(ProjectDir)libs" "$(targetdir)nlite\libs" /e /y
+copy "$(targetdir)nlite.exe"  "$(targetdir)nlite\" /y</Command>
     </PostBuildEvent>
   </ItemDefinitionGroup>
   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Preview|Win32'">