Skip to content

Commit

Permalink
Small edit to batch files.
Browse files Browse the repository at this point in the history
  • Loading branch information
RaymondMitchell-GG committed Jan 29, 2016
1 parent 9606703 commit 100f3df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion qtcmd-release.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ SET _LOGFILE=%_REPOROOT%buildlog.txt
ECHO Setting up variables > %_LOGFILE%
@REM Set up \Microsoft Visual Studio 2013, where <arch> is \c amd64, \c x86, etc.
CALL "C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\Tools\VsDevCmd.bat"
CALL "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat"
#CALL "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat"
@REM add paths for qtbase\bin and gnuwin32\bin.

SET _ROOT=%_REPOROOT%qt-5
Expand Down
4 changes: 2 additions & 2 deletions qtcmd.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ SET _LOGFILE=%_REPOROOT%buildlog.txt
ECHO Setting up variables > %_LOGFILE%
@REM Set up \Microsoft Visual Studio 2013, where <arch> is \c amd64, \c x86, etc.
CALL "C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\Tools\VsDevCmd.bat"
CALL "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat"
#CALL "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat"
@REM add paths for qtbase\bin and gnuwin32\bin.

SET _ROOT=%_REPOROOT%qt-5
Expand All @@ -24,7 +24,7 @@ SET PATH=%_REPOROOT%icu53_1\lib;%PATH%
cd %_REPOROOT%qt-5

ECHO Run Configure >> %_LOGFILE%
@CMD /c configure -icu -debug -nomake examples -nomake tests -opensource -confirm-license
@CMD /c configure -icu -debug-and-release -nomake examples -nomake tests -opensource -confirm-license -opengl dynamic
ECHO Run first jom >> %_LOGFILE%
@CMD /c jom >> %_LOGFILE%
ECHO Run first jom install >> %_LOGFILE%
Expand Down

0 comments on commit 100f3df

Please sign in to comment.