mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
build5-2015.bat: fix a path
This commit is contained in:
parent
cc7ca138da
commit
50f0ae9ecd
@ -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.2-MSVC2015\5.6\msvc2015\bin"
|
||||
set QT_PATH="C:\Qt\Qt5.6.2-MSVC-2015\5.6\msvc2015\bin"
|
||||
set GNUWIN32_DIR="D:\LyXGit\Master\lyx-windows-deps-msvc2015"
|
||||
set LYX_SOURCE="D:\LyXGit\Master"
|
||||
set LYX_BUILD="D:\LyXGit\Master\compile-2015"
|
||||
|
Loading…
Reference in New Issue
Block a user