X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=development%2Fcmake%2Fbuild.bat;h=0a2b60933ec83ee2502c26c765b5ac762bc0d93b;hb=14de3aa49b4fb38093ff12ccaf3200daf0f62c77;hp=02d40d8cba797d503f80b48564e80a3de8d36eb3;hpb=8995a8387a03361b6a7ff44b447a90a6187b1a14;p=lyx.git diff --git a/development/cmake/build.bat b/development/cmake/build.bat index 02d40d8cba..0a2b60933e 100755 --- a/development/cmake/build.bat +++ b/development/cmake/build.bat @@ -5,7 +5,6 @@ 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 installation -echo deploy - Builds Makefiles and installs LyX echo STUDIO - Used Visual Studio version, default is "Visual Studio 10" echo use "Visual Studio 9 2008" for Visual Studio 9 echo @@ -36,7 +35,7 @@ REM Add path to qmake here or set PATH correctly on your system. set PATH="D:\Qt\bin";%PATH% REM Edit pathes here or set the environment variables on you system. -set GNUWIN32_DIR=D:\LyXGit\Master\lyx-devel\lyx-windows-deps-msvc2010 +set GNUWIN32_DIR=D:\LyXGit\Master\lyx-windows-deps-msvc2010 set LYX_SOURCE=D:\LyXGit\Master\ set LYX_BUILD=D:\LyXGit\Master\compile-result @@ -86,9 +85,9 @@ if "%1%" == "devel" ( if "%1%" == "install" ( REM Build solution to develop LyX REM set -DLYX_MERGE_REBUILD and -DLYX_MERGE_FILES to 1 for a version released with an installer - cmake %LYX_SOURCE% -G%USED_STUDIO% -DLYX_MERGE_REBUILD=0 -DLYX_MERGE_FILES=0 -DLYX_INSTALL=1 %DEPENDENCIES_DOWNLOAD% + cmake %LYX_SOURCE% -G%USED_STUDIO% -DLYX_MERGE_REBUILD=0 -DLYX_MERGE_FILES=0 -DLYX_NLS=1 -DLYX_INSTALL=1 -DLYX_RELEASE=1 -DLYX_CONSOLE=OFF %DEPENDENCIES_DOWNLOAD% msbuild lyx.sln /p:Configuration=Release /t:ALL_BUILD - msbuild INSTALL.vcxproj /p:Configuration=Release + msbuild INSTALL.vcxproj /p:Configuration=Release ) REM go back to the dir where the script was called from