]> git.lyx.org Git - features.git/commitdiff
cmake/build.bat: don't mention SVN anymore as it would only lead to confusion
authorUwe Stöhr <uwestoehr@lyx.org>
Fri, 16 Mar 2012 01:23:25 +0000 (02:23 +0100)
committerUwe Stöhr <uwestoehr@lyx.org>
Fri, 16 Mar 2012 01:23:25 +0000 (02:23 +0100)
development/cmake/build.bat

index 645af0b75a1cc64fb258ca141763cffcd18f91d3..9aaebcc5f88743fd46538b94def9cae231d8dbe9 100755 (executable)
@@ -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\..\..