From ca7607fcdecc78bb80e71b40af3d9f53a176e942 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Mon, 28 Nov 2011 23:50:20 +0000 Subject: [PATCH] cmake/build.bat: make the script compilable (fix a syntax error) and add a "" pair for security reasons git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40303 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/cmake/build.bat | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/development/cmake/build.bat b/development/cmake/build.bat index 7e1185ba39..f91983eb54 100755 --- a/development/cmake/build.bat +++ b/development/cmake/build.bat @@ -29,7 +29,7 @@ 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-msvc2010 @@ -50,10 +50,7 @@ if [%GNUWIN32_DIR%]==[] ( echo GNUWIN32_DIR not set. echo Downloading win32 deps. set DEPENDENCIES_DOWNLOAD="-DLYX_DEPENDENCIES_DOWNLOAD=1" -) else ( - echo LyX deps : "%GNUWIN32_DIR%" - set PATH=%GNUWIN32_DIR%\bin;%PATH% -) +) else set PATH="%GNUWIN32_DIR%\bin";%PATH% if not exist %LYX_BUILD% ( echo creating "%LYX_BUILD%" -- 2.39.2