mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Adjust dep path in build batches
Another location where paths are stored...
This commit is contained in:
parent
4d7fa5fab3
commit
c7c9744368
@ -21,7 +21,7 @@ rmdir /s/q %LYX_BUILD%\LYX_INSTALLED
|
||||
|
||||
REM Download http://sourceforge.net/projects/lyx/files/Win_installers/Dependencies/lyx20-deps-msvc2010-x86.zip
|
||||
REM Extract on the same level as LyX sources
|
||||
set GNUWIN32_DIR=D:\LyXGit\Master\lyx-windows-deps-msvc2010
|
||||
set GNUWIN32_DIR=D:\LyXGit\Master\lyx-windows-deps-msvc2015
|
||||
|
||||
REM MSVC 2015 tools
|
||||
call "C:\Programme (x86)\MSVC2015\VC\vcvarsall.bat" x86
|
||||
|
@ -36,7 +36,7 @@ REM Add path to qmake here or set PATH correctly on your system.
|
||||
set PATH=C:\Qt\Qt5.6.0-MSVC2015\5.6\msvc2015\bin;%PATH%
|
||||
|
||||
REM Edit pathes here or set the environment variables on you system.
|
||||
set GNUWIN32_DIR=D:\LyXGit\Master\lyx-windows-deps-msvc2010
|
||||
set GNUWIN32_DIR=D:\LyXGit\Master\lyx-windows-deps-msvc2015
|
||||
set LYX_SOURCE=D:\LyXGit\Master\
|
||||
set LYX_BUILD=D:\LyXGit\Master\compile-2015
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user