Handle also G_GNUC_FORMAT in the custom build step for glib.symbols.
authorTor Lillqvist <tml@novell.com>
Wed, 27 Aug 2008 12:44:34 +0000 (12:44 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Wed, 27 Aug 2008 12:44:34 +0000 (12:44 +0000)
2008-08-27  Tor Lillqvist  <tml@novell.com>

* win32/vs8/glib.vcproj: Handle also G_GNUC_FORMAT in the
custom build step for glib.symbols.

svn path=/trunk/; revision=7402

build/ChangeLog
build/win32/vs8/glib.vcproj

index f2d9581..8ae924e 100644 (file)
@@ -6,7 +6,8 @@
        user of the project file probably needs to edit anyway depending
        on their directory structure). Drop the nonexistent gi18n.c
        file. Drop dirent as gdir.c includes dirent.h and wdirent.c
-       directly.
+       directly. Handle also G_GNUC_FORMAT in the custom build step for
+       glib.symbols.
 
 2008-08-02  Tor Lillqvist  <tml@novell.com>
 
index ff0d7a7..6ed7e83 100644 (file)
                                        <Tool\r
                                                Name="VCCustomBuildTool"\r
                                                Description="Generating glib.def"\r
-                                               CommandLine="echo EXPORTS &gt; $(InputDir)/glib.def &amp;&amp; cl /EP -DINCLUDE_VARIABLES -DG_OS_WIN32 -DINCLUDE_INTERNAL_SYMBOLS -DALL_FILES -DG_GNUC_MALLOC= -DG_GNUC_CONST= -DG_GNUC_NULL_TERMINATED= -DG_GNUC_NORETURN= -DG_GNUC_PRINTF=;G_GNUC_PRINTF $(InputPath) &gt;&gt; $(InputDir)/glib.def&#x0D;&#x0A;"\r
+                                               CommandLine="echo EXPORTS &gt; $(InputDir)/glib.def &amp;&amp; cl /EP -DINCLUDE_VARIABLES -DG_OS_WIN32 -DINCLUDE_INTERNAL_SYMBOLS -DALL_FILES -DG_GNUC_MALLOC= -DG_GNUC_CONST= -DG_GNUC_NULL_TERMINATED= -DG_GNUC_NORETURN= -DG_GNUC_PRINTF=;G_GNUC_PRINTF -DG_GNUC_FORMAT=;G_GNUC_FORMAT $(InputPath) &gt;&gt; $(InputDir)/glib.def&#x0D;&#x0A;"\r
                                                Outputs="$(InputDir)/glib.def"\r
                                        />\r
                                </FileConfiguration>\r