mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
don't hard code private pathes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40398 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
8e396ceb1c
commit
0ed63f028d
@ -32,9 +32,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:\LyXSVN\lyx-devel\lyx-windows-deps-msvc2010
|
||||
::set LYX_SOURCE=D:\LyXSVN\lyx-devel
|
||||
::set LYX_BUILD=D:\LyXSVN\lyx-devel\compile-result
|
||||
|
||||
if [%LYX_SOURCE%]==[] (
|
||||
set LYX_SOURCE=%~DP0\..\..
|
||||
|
Loading…
Reference in New Issue
Block a user