Bo Peng wrote:
Please test the attached patch. msvc2005 works here, with intl support.
There is one BIG change. namely, I am trying to use the glob module to
find source files, instead of listing all filenames. The performance
penalty should not be noticable. This change will allow me to add
source files to the msvcproject function easier, and it should allow
me to build lyx1.4.x with minimal changes to the scons system.
Anyway, many people prefer to list source files explicitly. If you are
one of them, you still get a chance to persuade me.
I agree with Angus that, even if this glob think is easier to maintain
than the explicit file listing, it's easy to have some temporary .C
files in there. So I would say that this is error prone.
That said, it is just a matter of education... if I know that I should
not put temporary files in there then I will not.
Abdel.