From a4503bc1b483835cdbdc5a44daf395a9f63b4e3d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Fri, 16 Mar 2012 02:23:25 +0100 Subject: [PATCH] cmake/build.bat: don't mention SVN anymore as it would only lead to confusion --- development/cmake/build.bat | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/development/cmake/build.bat b/development/cmake/build.bat index 645af0b75a..9aaebcc5f8 100755 --- a/development/cmake/build.bat +++ b/development/cmake/build.bat @@ -36,9 +36,9 @@ REM Add path to qmake here or set PATH correctly on your system. set PATH="D:\Qt\bin";%PATH% REM Edit pathes here or set the environment variables on you system. -set GNUWIN32_DIR=D:\LyXSVN\lyx-devel\lyx-windows-deps-msvc2010 -set LYX_SOURCE=D:\LyXSVN\lyx-devel -set LYX_BUILD=D:\LyXSVN\lyx-devel\compile-result +set GNUWIN32_DIR=D:\LyXGit\Master\lyx-devel\lyx-windows-deps-msvc2010 +set LYX_SOURCE=D:\LyXGit\Master\ +set LYX_BUILD=D:\LyXGit\Master\compile-result if [%LYX_SOURCE%]==[] ( set LYX_SOURCE=%~DP0\..\.. -- 2.39.2