glib r7402 - in trunk/build: . win32/vs8



Author: tml
Date: Wed Aug 27 12:44:34 2008
New Revision: 7402
URL: http://svn.gnome.org/viewvc/glib?rev=7402&view=rev

Log:
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.



Modified:
   trunk/build/ChangeLog
   trunk/build/win32/vs8/glib.vcproj

Modified: trunk/build/win32/vs8/glib.vcproj
==============================================================================
--- trunk/build/win32/vs8/glib.vcproj	(original)
+++ trunk/build/win32/vs8/glib.vcproj	Wed Aug 27 12:44:34 2008
@@ -577,7 +577,7 @@
 					<Tool
 						Name="VCCustomBuildTool"
 						Description="Generating glib.def"
-						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;"
+						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;"
 						Outputs="$(InputDir)/glib.def"
 					/>
 				</FileConfiguration>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]