svnno****@sourc*****
svnno****@sourc*****
2016年 9月 28日 (水) 21:00:33 JST
Revision: 6500 http://sourceforge.jp/projects/ttssh2/scm/svn/commits/6500 Author: doda Date: 2016-09-28 21:00:33 +0900 (Wed, 28 Sep 2016) Log Message: ----------- カレントディレクトリが installer では無い時に正しく動かないのを修正 Modified Paths: -------------- trunk/installer/build.bat Property Changed: ---------------- trunk/installer/build.bat -------------- next part -------------- Modified: trunk/installer/build.bat =================================================================== --- trunk/installer/build.bat 2016-09-28 12:00:30 UTC (rev 6499) +++ trunk/installer/build.bat 2016-09-28 12:00:33 UTC (rev 6500) @@ -113,6 +113,7 @@ set BUILD=build if "%1" == "rebuild" (set BUILD=rebuild) +pushd %~dp0 rem \x83\x89\x83C\x83u\x83\x89\x83\x8A\x82\xF0\x83R\x83\x93\x83p\x83C\x83\x8B pushd ..\libs @@ -153,8 +154,9 @@ nmake -f cygtool.mak popd +popd exit /b 0 :fail +popd exit /b 1 - Property changes on: trunk/installer/build.bat ___________________________________________________________________ Added: svn:executable ## -0,0 +1 ## +* \ No newline at end of property