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

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2014年 8月 30日 (土) 23:56:08 JST


Revision: 5652
          http://sourceforge.jp/projects/ttssh2/scm/svn/commits/5652
Author:   maya
Date:     2014-08-30 23:56:08 +0900 (Sat, 30 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-27 15:15:58 UTC (rev 5651)
+++ trunk/installer/makearchive.bat	2014-08-30 14:56:08 UTC (rev 5652)
@@ -47,6 +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
 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