mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
build5-2015.bat: also update the build files for Windows
This commit is contained in:
parent
b95800898d
commit
1961052a2e
@ -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
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user