Bo Peng schrieb:
There's a problem: The lyx.vcproject isn't created:
It works fine here. I guess you did not run from within 'vs 2005
command prompt', right? If it still does not work, add use_vc=yes.
Of course I run it from the MSVC command prompt and also tried to use
use_vc=yes.
Here's my build script:
scons install prefix=..\..\build-msvc use_vc=yes frontend=qt4 mode=debug 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
scons msvs_projects
Uwe