From: Uwe Stöhr Date: Fri, 16 Mar 2012 01:23:25 +0000 (+0100) Subject: cmake/build.bat: don't mention SVN anymore as it would only lead to confusion X-Git-Tag: 2.1.0beta1~1944 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=a4503bc1b483835cdbdc5a44daf395a9f63b4e3d;p=features.git cmake/build.bat: don't mention SVN anymore as it would only lead to confusion --- 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\..\..