[Ttssh2-commit] [3251] svnrev がない場合にはビルドするようにした

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2009年 3月 28日 (土) 14:15:46 JST


Revision: 3251
          http://svn.sourceforge.jp/view?root=ttssh2&view=rev&rev=3251
Author:   maya
Date:     2009-03-28 14:15:46 +0900 (Sat, 28 Mar 2009)

Log Message:
-----------
svnrev がない場合にはビルドするようにした

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


-------------- next part --------------
Modified: trunk/installer/makearchive.bat
===================================================================
--- trunk/installer/makearchive.bat	2009-03-26 13:23:55 UTC (rev 3250)
+++ trunk/installer/makearchive.bat	2009-03-28 05:15:46 UTC (rev 3251)
@@ -15,8 +15,11 @@
 if "%1"=="plugins" SET plugins=yes
 
 rem "rebuild"‚ðŽw’肵‚È‚¢ê‡‚Å‚àASVNƒŠƒrƒWƒ‡ƒ“‚ðXV‚·‚éB
-pushd ..\teraterm\release
-svnrev.exe > ..\ttpdlg\svnversion.h
+if exist ..\teraterm\release\svnrev.exe goto svnrev
+devenv /build release ..\teraterm\ttermpro.sln /project svnrev /projectconfig release
+:svnrev
+pushd ..\teraterm
+release\svnrev.exe > ttpdlg\svnversion.h
 popd
 
 CALL makechm.bat



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