On 8/16/05, Alexandre Julliard julliard@winehq.org wrote:
I've been using something like this:
wc -l `find . -name "*.[chS]" -print -o -name "*.spec" -print | grep -v unicode/c_ | grep -v wineps/data/` | tail -1
It should probably be updated to count idl files too.
With the current method I get a line count of 1,440,439
Tom
-- Alexandre Julliard julliard@winehq.org