comparison deploy/win32/build.bat @ 733:7942b7633505

Further to adding Plink component
author Chris Cannam
date Mon, 17 Dec 2018 18:48:31 +0000
parents 66284838b373
children
comparison
equal deleted inserted replaced
732:66284838b373 733:7942b7633505
25 hg clone https://code.soundsoftware.ac.uk/hg/easyhg-kdiff3 25 hg clone https://code.soundsoftware.ac.uk/hg/easyhg-kdiff3
26 ) 26 )
27 set KDIFFDIR=%STARTPWD%\easyhg-kdiff3\kdiff3\src-QT4 27 set KDIFFDIR=%STARTPWD%\easyhg-kdiff3\kdiff3\src-QT4
28 28
29 if not exist TortoiseSVN ( 29 if not exist TortoiseSVN (
30 rem NB the "svn" command is actually installed as part of TortoiseSVN, but
31 rem only if you specifically check the "command-line programs" option when
32 rem installing it. We rebuild TortoisePlink rather than using the one already
33 rem installed, because that is probably 64-bit and we want a 32-bit one
30 svn co http://svn.osdn.net/svnroot/tortoisesvn/trunk TortoiseSVN 34 svn co http://svn.osdn.net/svnroot/tortoisesvn/trunk TortoiseSVN
31 ) 35 )
32 if %errorlevel% neq 0 exit /b %errorlevel% 36 if %errorlevel% neq 0 exit /b %errorlevel%
33 set TSVNDIR=%STARTPWD%\TortoiseSVN 37 set TSVNDIR=%STARTPWD%\TortoiseSVN
34 set TPLINKDIR=%TSVNDIR%\ext\TortoisePlink 38 set TPLINKDIR=%TSVNDIR%\ext\TortoisePlink