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
23
23
if ERRORLEVEL 1 goto :error
24
24
25
25
cd src
26
+ %MAKE% clean
26
27
%MAKE% install
27
28
if ERRORLEVEL 1 goto :error
28
29
29
30
cd ..\tools
31
+ %MAKE% clean
30
32
%MAKE% install
31
33
if ERRORLEVEL 1 goto :error
32
34
@@ -35,10 +37,12 @@ call configure.bat
35
37
if ERRORLEVEL 1 goto :error
36
38
37
39
cd src
40
+ %MAKE% clean
38
41
%MAKE% install
39
42
if ERRORLEVEL 1 goto :error
40
43
41
44
cd ..\tools
45
+ %MAKE% clean
42
46
%MAKE% install
43
47
if ERRORLEVEL 1 goto :error
44
48
Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ set SLNFILE=%BASEDIR%\treefrog-setup\treefrog-setup.sln
11
11
cd %BASEDIR%
12
12
13
13
:: 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
17
17
18
18
19
19
:: MSVC2013
@@ -24,10 +24,10 @@ call :build_setup treefrog-%VERSION%-mingw-setup.exe
24
24
25
25
26
26
:: 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
31
31
32
32
33
33
echo .
You can’t perform that action at this time.
0 commit comments