@echo off
echo /* Do not modify this file.  It is created automatically by "munch". */
echo void initialize_all_files () {
:loop
if "%1"=="" goto end
nm -p %1 %2 %3 %4 %5 %6 %7 %8 | egrep "[TD] *_?_initialize_" | sed -e "s/^.*[TD] *_*\(.*\)/    {extern void _\1 (); _\1 ();}/"
shift & shift & shift & shift
shift & shift & shift & shift
goto loop
:end
echo }
