mirror of
				https://gitlab.gnome.org/GNOME/glib.git
				synced 2025-11-03 17:48:56 +01:00 
			
		
		
		
	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:
		
				
					committed by
					
						
						J. Ali Harlow
					
				
			
			
				
	
			
			
			
						parent
						
							3eaeb13a36
						
					
				
				
					commit
					6e6e8682c9
				
			@@ -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
 | 
			
		||||
 
 | 
			
		||||
@@ -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
 | 
			
		||||
 
 | 
			
		||||
@@ -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
 | 
			
		||||
 
 | 
			
		||||
@@ -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
 | 
			
		||||
 
 | 
			
		||||
@@ -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
 | 
			
		||||
 
 | 
			
		||||
@@ -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
 | 
			
		||||
 
 | 
			
		||||
@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user