[Ttssh2-commit] [5654] 64bit Cygwin 対応強化

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2014年 8月 31日 (日) 00:16:45 JST


Revision: 5654
          http://sourceforge.jp/projects/ttssh2/scm/svn/commits/5654
Author:   maya
Date:     2014-08-31 00:16:45 +0900 (Sun, 31 Aug 2014)
Log Message:
-----------
64bit Cygwin 対応強化
  cygwin64 でコンパイルしたバイナリをアーカイブに同梱するようにした

Modified Paths:
--------------
    trunk/installer/makearchive.bat

-------------- next part --------------
Modified: trunk/installer/makearchive.bat
===================================================================
--- trunk/installer/makearchive.bat	2014-08-30 14:57:49 UTC (rev 5653)
+++ trunk/installer/makearchive.bat	2014-08-30 15:16:45 UTC (rev 5654)
@@ -47,9 +47,9 @@
 copy /y ..\cygterm\cygterm.cfg %dst%
 copy /y ..\cygterm\cyglaunch.exe %dst%
 copy /y "..\cygterm\cygterm+.tar.gz" %dst%
-mkdir %dst%\cygterm+-x86_64
-copy /y ..\cygterm\cygterm+-x86_64\cygterm.exe %dst%\cygterm+-x86_64
-copy /y ..\cygterm\cygterm+-x86_64\cyglaunch.exe %dst%\cygterm+-x86_64
+mkdir "%dst%\cygterm+-x86_64"
+copy /y "..\cygterm\cygterm+-x86_64\cygterm.exe" "%dst%\cygterm+-x86_64"
+copy /y "..\cygterm\cygterm+-x86_64\cyglaunch.exe" "%dst%\cygterm+-x86_64"
 copy /y ..\ttpmenu\Release\ttpmenu.exe %dst%
 copy /y ..\TTProxy\Release\TTXProxy.dll %dst%
 copy /y ..\TTXKanjiMenu\Release\ttxkanjimenu.dll %dst%



Ttssh2-commit メーリングリストの案内
Back to archive index