]> git.lyx.org Git - features.git/commitdiff
fix typos
authorPeter Kümmel <syntheticpp@gmx.net>
Wed, 1 Sep 2010 14:29:13 +0000 (14:29 +0000)
committerPeter Kümmel <syntheticpp@gmx.net>
Wed, 1 Sep 2010 14:29:13 +0000 (14:29 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35257 a592a061-630c-0410-9148-cb99ea01b6c8

development/cmake/build.bat

index e801361190924217b111eabb611d16995dfce6aa..f0b4dac2f75a762fa27fc58e0bd2c8f810a55f0a 100755 (executable)
@@ -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