From: Uwe Stöhr Date: Tue, 30 Oct 2007 22:14:02 +0000 (+0000) Subject: build_msvc.bat: change version suffix to "16" X-Git-Tag: 1.6.10~7589 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=829f1ceb961c559fd0aedad158fa0689795215da;p=features.git build_msvc.bat: change version suffix to "16" git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21303 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/development/Win32/packaging/build_msvc.bat b/development/Win32/packaging/build_msvc.bat index 8d709ad97b..9b99f8ad9d 100644 --- a/development/Win32/packaging/build_msvc.bat +++ b/development/Win32/packaging/build_msvc.bat @@ -1,3 +1,3 @@ cd ..\..\scons -call scons install prefix=..\..\build-msvc use_vc=yes frontend=qt4 mode=release version_suffix=15 gettext=system nls=yes extra_inc_path=..\..\lyx-windows-deps-msvc-qt4\include extra_lib_path=..\..\lyx-windows-deps-msvc-qt4\lib extra_bin_path=..\..\lyx-windows-deps-msvc-qt4\bin qt_dir=..\..\lyx-windows-deps-msvc-qt4\qt-4 +call scons install prefix=..\..\build-msvc use_vc=yes frontend=qt4 mode=release version_suffix=16 gettext=system nls=yes extra_inc_path=..\..\lyx-windows-deps-msvc-qt4\include extra_lib_path=..\..\lyx-windows-deps-msvc-qt4\lib extra_bin_path=..\..\lyx-windows-deps-msvc-qt4\bin qt_dir=..\..\lyx-windows-deps-msvc-qt4\qt-4 cd ..\Win32\packaging \ No newline at end of file