mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
CMake build.bat:
- fix typo - return to start path git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35274 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
cc8723cea7
commit
503be7c2ce
@ -23,12 +23,12 @@ if [%1]==[] (
|
||||
)
|
||||
|
||||
REM Add path to qmake here or set PATH correctly on your system.
|
||||
::set PATH=D:\Qt\bin;%PATH%
|
||||
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-msvc2008
|
||||
::set LYX_SOURCE=D:\LyXSVN\lyx-devel.
|
||||
::set LXY_BUILD=D:\LyXSVN\compile-result
|
||||
set GNUWIN32_DIR=D:\LyXSVN\lyx-devel\lyx-windows-deps-msvc2008
|
||||
set LYX_SOURCE=D:\LyXSVN\lyx-devel
|
||||
set LYX_BUILD=D:\LyXSVN\lyx-devel\compile-result
|
||||
|
||||
if [%LYX_BUILD%]==[] (
|
||||
echo ERROR: LYX_BUILD not set.
|
||||
@ -97,6 +97,8 @@ if "%1%" == "deploy" (
|
||||
nmake install
|
||||
)
|
||||
|
||||
:: return to the cmake folder where this script was started from
|
||||
cd %LYX_SOURCE%\development\cmake
|
||||
|
||||
|
||||
:eof
|
||||
|
Loading…
Reference in New Issue
Block a user