On 10/30/07, Uwe Stöhr <[EMAIL PROTECTED]> wrote: > When I start compiling LyX with the version suffix "16" using this command: > > 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
Is this in a batch file? > SCons still gives me this > > -c install prefix=..\..\build-msvc use_vc=yes frontend=qt4 mode=release > version_suffix=15 > gettext=system nls=yes > > in scons_lyx.log Also when I start from scratch and delete the SCons cache, > etc. opt.cache will cache a few options, and when you override with version_suffix=16, value 15 will not be used. I can not imagine where this version_suffix=15 sneaks in. Maybe you can search the directory for string 15? Bo