Bo Peng wrote:
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.
How do I do that from msvc? I reckon I still have to do that in an
external console right?
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?
shitty tradition but yes. The first thing I do when I create a new
project is to delete the "Source" and "Headers" sub-projects.
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.
I'll try that thanks.
If you have any further plan for scons, let me know.
Do you have any news from the scons people on the null-compile
acceleration front?
Abdel.