From: Uwe Stöhr Date: Sun, 10 Sep 2017 15:05:49 +0000 (+0200) Subject: Win installer: adapt a path X-Git-Tag: 2.3.0rc1~120 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=78221d4cb891bcdc1ba7f1d50824f9cb57f2202a;p=features.git Win installer: adapt a path --- diff --git a/development/cmake/build5-2015.bat b/development/cmake/build5-2015.bat index 82744004fe..ab99a90087 100644 --- a/development/cmake/build5-2015.bat +++ b/development/cmake/build5-2015.bat @@ -36,8 +36,8 @@ 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-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" +set LYX_SOURCE="D:\LyXGit\2.3.x" +set LYX_BUILD="D:\LyXGit\2.3.x\compile-2015" if [%LYX_SOURCE%]==[] ( set LYX_SOURCE=%~DP0\..\..