Bo Peng schrieb:
Is this in a batch file?
Yes.
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?
I searched for this but can't find it.
I deleted the folders
".sconf_temp" and "release"
and the files
config.log, config_lyx.log, opt.cache, and .sconsign.dblite
to assure that I start from scratch.
When I now execute the command from the batch file, SCons uses "15" as version suffix and
not "16".
regards Uwe