Skip to content

Commit ecec436

Browse files
update installer.
1 parent f17e2d0 commit ecec436

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

compile_install.bat

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,12 @@ call configure.bat --enable-debug
2323
if ERRORLEVEL 1 goto :error
2424

2525
cd src
26+
%MAKE% clean
2627
%MAKE% install
2728
if ERRORLEVEL 1 goto :error
2829

2930
cd ..\tools
31+
%MAKE% clean
3032
%MAKE% install
3133
if ERRORLEVEL 1 goto :error
3234

@@ -35,10 +37,12 @@ call configure.bat
3537
if ERRORLEVEL 1 goto :error
3638

3739
cd src
40+
%MAKE% clean
3841
%MAKE% install
3942
if ERRORLEVEL 1 goto :error
4043

4144
cd ..\tools
45+
%MAKE% clean
4246
%MAKE% install
4347
if ERRORLEVEL 1 goto :error
4448

installer/create_installer.bat

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ set SLNFILE=%BASEDIR%\treefrog-setup\treefrog-setup.sln
1111
cd %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

3333
echo.

0 commit comments

Comments
 (0)