build5-2015.bat: also update the build files for Windows

This commit is contained in:
Uwe Stöhr 2017-11-24 00:18:48 +01:00
parent b95800898d
commit 1961052a2e
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ REM Create a link and add cmd.exe /k in the preferences in front of the mingw.
::echo off
REM Install Qt from qt.io
set PATH=C:\Qt\Qt5.6.3\5.6.3\msvc2015\bin;%PATH%
set PATH=C:\Qt\Qt5.9.3\5.9.3\msvc2015\bin;%PATH%
set LYX_SOURCE=%~DP0..\..
set LYX_BUILD=%LYX_SOURCE%\..\build-result-5-2015

View File

@ -33,7 +33,7 @@ REM Save path
set CALLED_FROM=%CD%
REM Add path to qmake here or set PATH correctly on your system.
set PATH=C:\Qt\Qt5.6.3\5.6.3\msvc2015_64\bin;%PATH%
set PATH=C:\Qt\Qt5.9.3\5.9.3\msvc2015_64;%PATH%
REM Edit pathes here or set the environment variables on your system.
set GNUWIN32_DIR=D:\LyXGit\Master\lyx-windows-deps-msvc2015-x64

View File

@ -34,7 +34,7 @@ set CALLED_FROM=%CD%
REM Edit pathes here or set the environment variables on your system.
set CMAKE_PATH="C:\Program Files\CMake\bin"
set QT_PATH="C:\Qt\Qt5.6.3\5.6.3\msvc2015\bin"
set QT_PATH="C:\Qt\Qt5.9.3\5.9.3\msvc2015"
set GNUWIN32_DIR="D:\LyXGit\Master\lyx-windows-deps-msvc2015"
set LYX_SOURCE="D:\LyXGit\2.3.x"
set LYX_BUILD="D:\LyXGit\2.3.x\compile-2015"