]> git.lyx.org Git - features.git/commitdiff
build5-2015.bat: correct a path
authorUwe Stöhr <uwestoehr@lyx.org>
Sat, 2 Jul 2016 16:16:38 +0000 (18:16 +0200)
committerUwe Stöhr <uwestoehr@lyx.org>
Sat, 2 Jul 2016 16:16:38 +0000 (18:16 +0200)
development/cmake/build5-2015.bat

index 5264accb546b090ff0989ca6fd4e2d1dd8b57e08..7ebabf9cc220b44eb20fac5514a7a05c44558811 100644 (file)
@@ -37,8 +37,8 @@ set PATH=C:\Qt\Qt5.6.1-MSVC2015\5.6\msvc2015\bin;%PATH%
 
 REM Edit pathes here or set the environment variables on your system.
 set GNUWIN32_DIR=D:\LyXGit\Master\lyx-windows-deps-msvc2015
-set LYX_SOURCE=D:\LyXGit\Master\
-set LYX_BUILD=D:\LyXGit\Master\compile-2015
+set LYX_SOURCE=D:\LyXGit\2.2.x\
+set LYX_BUILD=D:\LyXGit\2.2.x\compile-2015
 
 if [%LYX_SOURCE%]==[] (
        set LYX_SOURCE=%~DP0\..\..