On 24/02/2013 08:34, John Emmas wrote:

Can anyone tell me what the correct syntax is for running the script? I tried "perl win32-fixup.pl" (without any command-line options) and although it did work, it only processed the first file in the list and then skipped the others.


I realised what the problem was.  Here's the list of files to be processed:-

        process_file ("config.h.win32");
        process_file ("glibconfig.h.win32");
        process_file ("glib/makefile.msc");
        process_file ("glib/glib.rc");
        process_file ("gmodule/makefile.msc");
        process_file ("gmodule/gmodule.rc");
        process_file ("gobject/makefile.msc");
        process_file ("gobject/gobject.rc");
        process_file ("gthread/makefile.msc");
        process_file ("gthread/gthread.rc");
        process_file ("tests/makefile.msc");

The second one is wrong.  It should be:-

        process_file ("glib/glibconfig.h.win32");

After fixing that, it all works! win32-fixup.pl is a useful little script. Congratulations to whoever thought of it.

John
_______________________________________________
gtk-devel-list mailing list
gtk-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-devel-list

Reply via email to