Add the remaining 'API_VERSION' properties to msvc32-fixup.pl
authorJohn Emmas <johne53@tiscali.co.uk>
Mon, 4 Aug 2014 07:52:06 +0000 (08:52 +0100)
committerJohn Emmas <johne53@tiscali.co.uk>
Mon, 4 Aug 2014 07:52:06 +0000 (08:52 +0100)
msvc32-fixup.pl

index 24cddf64ee7e5ce93e0a41efc354953f09e4af06..c04b8a08546edb98895c7d52f63e434fd897d6e5 100644 (file)
@@ -22,6 +22,10 @@ sub process_file
        open (OUTPUT, "> $outfilename") || exit 1;
        
        while (<INPUT>) {
+           s/\@GLIB_API_VERSION@/$glib_api_version/g;
+           s/\@GTK_API_VERSION@/$gtk_api_version/g;
+           s/\@ATK_API_VERSION@/$atk_api_version/g;
+           s/\@PANGO_API_VERSION@/$pango_api_version/g;
            s/\@GDK_PIXBUF_API_VERSION@/$gdk_pixbuf_api_version/g;
            s/\@MSVC_MIXBUS_VERSION@/$msvc_mixbus_version/g;
            s/\@MSVC_MIXBUS_MAJOR\@/$major/g;