fix typos

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35257 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Peter Kümmel 2010-09-01 14:29:13 +00:00
parent 602e7d9d05
commit c865c9021e

View File

@ -3,18 +3,25 @@ echo off
echo ------------------------------------------------------------------------------------- echo -------------------------------------------------------------------------------------
echo Usage build.bat devel/install/deploy STUDIO(optional) echo Usage build.bat devel/install/deploy STUDIO(optional)
echo devel - Builds Visual Studio project files for development on LyX 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 deploy - Builds Makefiles and installs LyX
echo STUDIO - Used Visual Studio version, default is "Visual Studio 9 2008" echo STUDIO - Used Visual Studio version, default is "Visual Studio 9 2008"
echo use "Visual Studio 10" for Visual Studio 10 echo use "Visual Studio 10" for Visual Studio 10
echo ------------------------------------------------------------------------------------- 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 GNUWIN32_DIR
echo LYX_OURCE echo LYX_SOURCE
echo LXY_BUILD echo LXY_BUILD
echo Or edit this file. echo Or edit this file.
echo ------------------------------------------------------------------------------------- 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. 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%
@ -56,12 +63,6 @@ if not exist %LYX_BUILD% (
cd "%LYX_BUILD%" cd "%LYX_BUILD%"
if [%1]==[] (
echo ERROR: no options.
echo Exiting now.
goto :eof
)
REM Delete all files indirectory REM Delete all files indirectory
del /s/q * del /s/q *
del CMakeCache.txt del CMakeCache.txt