[Ttssh2-commit] [3253] ライブラリのビルドを build . bat から呼ぶようにした

Back to archive index

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


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

Log Message:
-----------
ライブラリのビルドを build.bat から呼ぶようにした

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


-------------- next part --------------
Modified: trunk/installer/build.bat
===================================================================
--- trunk/installer/build.bat	2009-03-28 05:51:14 UTC (rev 3252)
+++ trunk/installer/build.bat	2009-03-28 06:50:44 UTC (rev 3253)
@@ -1,5 +1,11 @@
 set BUILD=build
 if "%1" == "rebuild" (set BUILD=rebuild)
+
+rem ƒ‰ƒCƒuƒ‰ƒŠ‚ðƒRƒ“ƒpƒCƒ‹
+pushd ..\libs
+CALL buildall.bat
+popd
+
 if "%BUILD%" == "rebuild" goto build
 
 rem "rebuild"‚ðŽw’肵‚È‚¢ê‡ASVNƒŠƒrƒWƒ‡ƒ“‚ðXV‚·‚éB



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