File tree Expand file tree Collapse file tree 2 files changed +11
-7
lines changed
Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -23,10 +23,12 @@ call configure.bat --enable-debug
2323if ERRORLEVEL 1 goto :error
2424
2525cd src
26+ %MAKE% clean
2627%MAKE% install
2728if ERRORLEVEL 1 goto :error
2829
2930cd ..\tools
31+ %MAKE% clean
3032%MAKE% install
3133if ERRORLEVEL 1 goto :error
3234
@@ -35,10 +37,12 @@ call configure.bat
3537if ERRORLEVEL 1 goto :error
3638
3739cd src
40+ %MAKE% clean
3841%MAKE% install
3942if ERRORLEVEL 1 goto :error
4043
4144cd ..\tools
45+ %MAKE% clean
4246%MAKE% install
4347if ERRORLEVEL 1 goto :error
4448
Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ set SLNFILE=%BASEDIR%\treefrog-setup\treefrog-setup.sln
1111cd %BASEDIR%
1212
1313:: MinGW
14- call :build_msi " C:\Qt\Qt5.6.2-mingw\5.6\mingw49_32\bin\qtenv2.bat" 5.6
15- call :build_msi " C:\Qt\Qt5.7.1-mingw\5.7\mingw53_32\bin\qtenv2.bat" 5.7
16- call :build_setup treefrog-%VERSION% -mingw-setup.exe
14+ :: call :build_msi "C:\Qt\Qt5.6.2-mingw\5.6\mingw49_32\bin\qtenv2.bat" 5.6
15+ :: call :build_msi "C:\Qt\Qt5.7.1-mingw\5.7\mingw53_32\bin\qtenv2.bat" 5.7
16+ :: call :build_setup treefrog-%VERSION%-mingw-setup.exe
1717
1818
1919:: MSVC2013
@@ -24,10 +24,10 @@ call :build_setup treefrog-%VERSION%-mingw-setup.exe
2424
2525
2626:: MSVC2015
27- :: call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64
28- :: call :build_msi "C:\Qt\Qt5.6.2-msvc2015\5.6\msvc2015_64\bin\qtenv2.bat" 5.6
29- :: call :build_msi "C:\Qt\Qt5.7.1-msvc2015\5.7\msvc2015_64\bin\qtenv2.bat" 5.7
30- :: call :build_setup treefrog-%VERSION%-msvc2015_64-setup.exe
27+ call " C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64
28+ call :build_msi " C:\Qt\Qt5.6.2-msvc2015\5.6\msvc2015_64\bin\qtenv2.bat" 5.6
29+ call :build_msi " C:\Qt\Qt5.7.1-msvc2015\5.7\msvc2015_64\bin\qtenv2.bat" 5.7
30+ call :build_setup treefrog-%VERSION% -msvc2015_64-setup.exe
3131
3232
3333echo .
You can’t perform that action at this time.
0 commit comments