[Ttssh2-commit] [3243] "rebuild" を指定しない場合でも、SVNリビジョンを更新するようにした。

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2009年 3月 26日 (木) 19:35:35 JST


Revision: 3243
          http://svn.sourceforge.jp/view?root=ttssh2&view=rev&rev=3243
Author:   yutakapon
Date:     2009-03-26 19:35:35 +0900 (Thu, 26 Mar 2009)

Log Message:
-----------
"rebuild"を指定しない場合でも、SVNリビジョンを更新するようにした。

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

Modified: trunk/installer/makearchive.bat
===================================================================
--- trunk/installer/makearchive.bat	2009-03-26 10:27:27 UTC (rev 3242)
+++ trunk/installer/makearchive.bat	2009-03-26 10:35:35 UTC (rev 3243)
@@ -14,8 +14,10 @@
 if "%1"=="debug" SET debug=yes
 if "%1"=="plugins" SET plugins=yes
 
-rem SVNƒŠƒrƒWƒ‡ƒ“
-rem perl make_svn_revision.pl
+rem "rebuild"‚ðŽw’肵‚È‚¢ê‡‚Å‚àASVNƒŠƒrƒWƒ‡ƒ“‚ðXV‚·‚éB
+pushd ..\teraterm\release
+svnrev.exe > ..\ttpdlg\svnversion.h
+popd
 
 CALL makechm.bat
 CALL build.bat %1




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