From 484883e0fc386d57a568f21539963bce3dcb3116 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Sat, 2 Jul 2016 18:16:38 +0200 Subject: [PATCH] build5-2015.bat: correct a path --- development/cmake/build5-2015.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/development/cmake/build5-2015.bat b/development/cmake/build5-2015.bat index 5264accb54..7ebabf9cc2 100644 --- a/development/cmake/build5-2015.bat +++ b/development/cmake/build5-2015.bat @@ -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\..\.. -- 2.39.5