Re: win32-fixup.pl
- From: John Emmas <johne53 tiscali co uk>
- To: gtk-devel-list <gtk-devel-list gnome org>
- Subject: Re: win32-fixup.pl
- Date: Sun, 24 Feb 2013 09:47:10 +0000
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]