[fpc-devel] Linking to TObject
Boian Mitov
mitov at mitov.com
Thu Aug 7 07:38:20 CEST 2008
I think I got it, something along these lines :
for file in `ls -1 *.o`
do
echo "In file : $file"
nm $file
done
I am a bit rusty on the Unix side, but brushing up ;-) .
With best regards,
Boian Mitov
--------------------------------------------------------------------
Mitov Software
http://www.mitov.com
--------------------------------------------------------------------
More information about the fpc-devel
mailing list