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:
Peter Kümmel 2011-12-06 20:23:26 +00:00
parent 0ed63f028d
commit 15bf2b58aa

View File

@ -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