From c865c9021ea734a207ec0ec4ad3f2b3c9b995290 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20K=C3=BCmmel?= Date: Wed, 1 Sep 2010 14:29:13 +0000 Subject: [PATCH] fix typos git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35257 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/cmake/build.bat | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/development/cmake/build.bat b/development/cmake/build.bat index e801361190..f0b4dac2f7 100755 --- a/development/cmake/build.bat +++ b/development/cmake/build.bat @@ -3,18 +3,25 @@ echo off echo ------------------------------------------------------------------------------------- echo Usage build.bat devel/install/deploy STUDIO(optional) echo devel - Builds Visual Studio project files for development on LyX -echo install - Builds Visual Studio project files with all enabled for installaion +echo install - Builds Visual Studio project files with all enabled for installation echo deploy - Builds Makefiles and installs LyX echo STUDIO - Used Visual Studio version, default is "Visual Studio 9 2008" echo use "Visual Studio 10" for Visual Studio 10 echo ------------------------------------------------------------------------------------- -echo Be sure you've set qmake in PATH and set the variabales: +echo Be sure you've set qmake in PATH and set the variables: echo GNUWIN32_DIR -echo LYX_OURCE +echo LYX_SOURCE echo LXY_BUILD echo Or edit this file. echo ------------------------------------------------------------------------------------- + +if [%1]==[] ( + echo ERROR: no options. + echo Exiting now. + goto :eof +) + REM Add path to qmake here or set PATH correctly on your system. ::set PATH=D:\Qt\bin;%PATH% @@ -56,12 +63,6 @@ if not exist %LYX_BUILD% ( cd "%LYX_BUILD%" -if [%1]==[] ( - echo ERROR: no options. - echo Exiting now. - goto :eof -) - REM Delete all files indirectory del /s/q * del CMakeCache.txt -- 2.39.2