Mercurial > hg > easyhg
comparison deploy/win32/build.bat @ 692:a74515f1c6e8
Inching forward with win32 packaging
author | Chris Cannam |
---|---|
date | Mon, 10 Dec 2018 14:45:17 +0000 |
parents | 9e31ab5d9394 |
children | 66284838b373 |
comparison
equal
deleted
inserted
replaced
691:5b3bcb2d0943 | 692:a74515f1c6e8 |
---|---|
15 ) | 15 ) |
16 | 16 |
17 call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" x86 | 17 call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" x86 |
18 | 18 |
19 set ORIGINALPATH=%PATH% | 19 set ORIGINALPATH=%PATH% |
20 set PATH=%PATH%;C:\Program Files (x86)\SMLNJ\bin;%QTDIR%\bin;C:\Qt\Tools\QtCreator\bin;C:\Qt\Tools\mingw530_32\bin | 20 set PATH=%PATH%;C:\Program Files (x86)\SMLNJ\bin;%QTDIR%\bin;C:\Qt\Tools\QtCreator\bin |
21 | 21 |
22 cd %STARTPWD% | 22 cd %STARTPWD% |
23 | 23 |
24 if not exist easyhg-kdiff3 ( | 24 if not exist easyhg-kdiff3 ( |
25 hg clone https://code.soundsoftware.ac.uk/hg/easyhg-kdiff3 | 25 hg clone https://code.soundsoftware.ac.uk/hg/easyhg-kdiff3 |