From 3f159785097cb77630ba62597f51f3484acce5bd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Mon, 28 Nov 2011 00:46:47 +0000 Subject: [PATCH] cmake/build.bat: fix a typo git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40299 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/cmake/build.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development/cmake/build.bat b/development/cmake/build.bat index 6789a1b763..7e1185ba39 100755 --- a/development/cmake/build.bat +++ b/development/cmake/build.bat @@ -79,7 +79,7 @@ if [%2]==[] ( if "%1%" == "devel" ( REM Build solution to develop LyX cmake %LYX_SOURCE% -G%USED_STUDIO% -DLYX_MERGE_FILES=0 -DLYX_NLS=1 %DEPENDENCIES_DOWNLOAD% - msbuild lyx.sln /p:Configuration=Debug /t:LyX /t:text2lyx + msbuild lyx.sln /p:Configuration=Debug /t:LyX /t:tex2lyx ) if "%1%" == "install" ( -- 2.39.5