]> git.lyx.org Git - features.git/commitdiff
build_msvc.bat: change version suffix to "16"
authorUwe Stöhr <uwestoehr@web.de>
Tue, 30 Oct 2007 22:14:02 +0000 (22:14 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Tue, 30 Oct 2007 22:14:02 +0000 (22:14 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21303 a592a061-630c-0410-9148-cb99ea01b6c8

development/Win32/packaging/build_msvc.bat

index 8d709ad97b1aef53029f213b674532bbcbf57161..9b99f8ad9d9448e8eea2a1bf5c3de8a183d64413 100644 (file)
@@ -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