[kdbus] KDBUS_ITEM_PAYLOAD_OFF items are (once again) relative to msg header
[platform/upstream/glib.git] / win32-fixup.pl
index cb1a7a8..2134c38 100644 (file)
@@ -6,6 +6,7 @@ $micro = 7;
 $binary_age = 0;
 $interface_age = 0;
 $gettext_package = "glib20";
+$current_minus_age = 0;
 
 sub process_file
 {
@@ -22,6 +23,7 @@ sub process_file
            s/\@GLIB_INTERFACE_AGE\@/$interface_age/g;
            s/\@GLIB_BINARY_AGE\@/$binary_age/g;
            s/\@GETTEXT_PACKAGE\@/$gettext_package/g;
+           s/\@LT_CURRENT_MINUS_AGE@/$current_minus_age/g;
            print OUTPUT;
        }
 }
@@ -29,7 +31,11 @@ sub process_file
 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");