Use embedded tab rather than '\t' escape sequence. (#157951)

2004-11-11  J. Ali Harlow  <ali@juiblex.co.uk>

 	* gobject/Makefile.am:
 	* glib/Makefile.am (gtk.def): Use embedded tab rather than '\t'
 	escape sequence. (#157951)
This commit is contained in:
J. Ali Harlow 2004-11-11 14:48:45 +00:00 committed by J. Ali Harlow
parent 3eaeb13a36
commit 6e6e8682c9
7 changed files with 32 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2004-11-11 J. Ali Harlow <ali@juiblex.co.uk>
* gobject/Makefile.am:
* glib/Makefile.am (gtk.def): Use embedded tab rather than '\t'
escape sequence. (#157951)
2004-11-10 Tor Lillqvist <tml@iki.fi>
* glib/gconvert.c (g_get_filename_charsets): Fix typo in doc

View File

@ -1,3 +1,9 @@
2004-11-11 J. Ali Harlow <ali@juiblex.co.uk>
* gobject/Makefile.am:
* glib/Makefile.am (gtk.def): Use embedded tab rather than '\t'
escape sequence. (#157951)
2004-11-10 Tor Lillqvist <tml@iki.fi>
* glib/gconvert.c (g_get_filename_charsets): Fix typo in doc

View File

@ -1,3 +1,9 @@
2004-11-11 J. Ali Harlow <ali@juiblex.co.uk>
* gobject/Makefile.am:
* glib/Makefile.am (gtk.def): Use embedded tab rather than '\t'
escape sequence. (#157951)
2004-11-10 Tor Lillqvist <tml@iki.fi>
* glib/gconvert.c (g_get_filename_charsets): Fix typo in doc

View File

@ -1,3 +1,9 @@
2004-11-11 J. Ali Harlow <ali@juiblex.co.uk>
* gobject/Makefile.am:
* glib/Makefile.am (gtk.def): Use embedded tab rather than '\t'
escape sequence. (#157951)
2004-11-10 Tor Lillqvist <tml@iki.fi>
* glib/gconvert.c (g_get_filename_charsets): Fix typo in doc

View File

@ -1,3 +1,9 @@
2004-11-11 J. Ali Harlow <ali@juiblex.co.uk>
* gobject/Makefile.am:
* glib/Makefile.am (gtk.def): Use embedded tab rather than '\t'
escape sequence. (#157951)
2004-11-10 Tor Lillqvist <tml@iki.fi>
* glib/gconvert.c (g_get_filename_charsets): Fix typo in doc

View File

@ -14,7 +14,7 @@ INCLUDES = -I$(top_srcdir) -DG_LOG_DOMAIN=\"GLib\" \
$(GLIB_DEBUG_FLAGS) -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION
glib.def: glib.symbols
(echo -e EXPORTS; cpp -P -DINCLUDE_VARIABLES -DINCLUDE_INTERNAL_SYMBOLS -DG_OS_WIN32 $(srcdir)/glib.symbols | sed -e '/^$$/d' -e 's/^/\t/') > glib.def
(echo -e EXPORTS; cpp -P -DINCLUDE_VARIABLES -DINCLUDE_INTERNAL_SYMBOLS -DG_OS_WIN32 $(srcdir)/glib.symbols | sed -e '/^$$/d' -e 's/^/ /') > glib.def
galias.h: glib.symbols
$(srcdir)/makegalias.pl < $(srcdir)/glib.symbols > galias.h

View File

@ -14,7 +14,7 @@ INCLUDES = \
-DG_DISABLE_CONST_RETURNS
gobject.def: gobject.symbols
(echo -e EXPORTS; cpp -P -DINCLUDE_VARIABLES -DINCLUDE_INTERNAL_SYMBOLS -DG_OS_WIN32 $(srcdir)/gobject.symbols | sed -e '/^$$/d' -e 's/^/\t/' | sort) > gobject.def
(echo -e EXPORTS; cpp -P -DINCLUDE_VARIABLES -DINCLUDE_INTERNAL_SYMBOLS -DG_OS_WIN32 $(srcdir)/gobject.symbols | sed -e '/^$$/d' -e 's/^/ /' | sort) > gobject.def
gobjectalias.h: gobject.symbols
$(srcdir)/makegobjectalias.pl < $(srcdir)/gobject.symbols > gobjectalias.h