mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
cmake: remember path
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40399 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
0ed63f028d
commit
15bf2b58aa
@ -28,6 +28,10 @@ if [%1]==[] (
|
||||
goto :eof
|
||||
)
|
||||
|
||||
REM Save path
|
||||
set CALLED_FROM=%CD%
|
||||
|
||||
|
||||
REM Add path to qmake here or set PATH correctly on your system.
|
||||
set PATH="D:\Qt\bin";%PATH%
|
||||
|
||||
@ -86,7 +90,7 @@ if "%1%" == "install" (
|
||||
msbuild INSTALL.vcxproj /p:Configuration=Release
|
||||
)
|
||||
|
||||
REM Edit the path according to your system.
|
||||
cd "%LYX_SOURCE%\development\cmake"
|
||||
REM go back to the dir where the script was called from
|
||||
cd /D %CALLED_FROM%
|
||||
|
||||
:eof
|
||||
|
Loading…
Reference in New Issue
Block a user