mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-05 23:48:44 +02:00
Handle also G_GNUC_FORMAT in the custom build step for glib.symbols.
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
This commit is contained in:
committed by
Tor Lillqvist
parent
3be2b93d20
commit
b2073f1ce2
@@ -577,7 +577,7 @@
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Generating glib.def"
|
||||
CommandLine="echo EXPORTS > $(InputDir)/glib.def && 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) >> $(InputDir)/glib.def
"
|
||||
CommandLine="echo EXPORTS > $(InputDir)/glib.def && 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) >> $(InputDir)/glib.def
"
|
||||
Outputs="$(InputDir)/glib.def"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
|
Reference in New Issue
Block a user