Another bug report ;-)

When compiling directly from MSVC (by pressing F7), scons is apparently
called with "rebuild=lyx". This is a problem because any modified file
won't be compiled again, only the lyx final linking happens. So I always
have to call scons from a command line.

Patch submitted. Please regenerate the project files. A trick is that
you can specify rebuild=qt4 to let your msvs project focuses on qt4.

A feature request: the Visual Studio solution separates the headers
"*.h" from the source files "*.C". I would really prefer to have them
side by side in the same tree location.

Isn't that msvs tradition? If you prefer this way, please go to line
2117 of SConstrct and change:

srcs = src,
localincs = inc,

to

srcs = src + inc,
localincs = [],

Let me know it this works for you. I may change this as default later.

If you have any further plan for scons, let me know.

Bo

Reply via email to