#  Count lines of code, just for grins.

cd ../src
cat `
/bin/ls -1 *.[ch] startwindow.js ../win32/*.[ch] ../tools/*.pl ../CMakeLists.txt |
egrep -v "startwindow.c|msg-strings.c|ebrc.c"` |
wc -l
