mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-26 12:12:10 +01: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:
parent
3be2b93d20
commit
b2073f1ce2
@ -6,7 +6,8 @@
|
|||||||
user of the project file probably needs to edit anyway depending
|
user of the project file probably needs to edit anyway depending
|
||||||
on their directory structure). Drop the nonexistent gi18n.c
|
on their directory structure). Drop the nonexistent gi18n.c
|
||||||
file. Drop dirent as gdir.c includes dirent.h and wdirent.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>
|
2008-08-02 Tor Lillqvist <tml@novell.com>
|
||||||
|
|
||||||
|
@ -577,7 +577,7 @@
|
|||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Generating glib.def"
|
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"
|
Outputs="$(InputDir)/glib.def"
|
||||||
/>
|
/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user