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.

glob may make your life easier now, but in the long run it will make the project more maintainable if you list files explicitly.

Think what happens if I'm hacking the sources and have multiple foo_try1.C, foo_try2.C, ... files lying around.

Angus

Reply via email to