Use embedded tab rather than '\t' escape sequence. (#157949)
2004-11-11 J. Ali Harlow <ali@juiblex.co.uk> * gdk/Makefile.am: * gdk-pixbuf/Makefile.am: * gtk/Makefile.am (gtk.def): Use embedded tab rather than '\t' escape sequence. (#157949)
This commit is contained in:
committed by
J. Ali Harlow
parent
7bc6850f1f
commit
097b42b53c
@ -1,3 +1,10 @@
|
|||||||
|
2004-11-11 J. Ali Harlow <ali@juiblex.co.uk>
|
||||||
|
|
||||||
|
* gdk/Makefile.am:
|
||||||
|
* gdk-pixbuf/Makefile.am:
|
||||||
|
* gtk/Makefile.am (gtk.def): Use embedded tab rather than '\t'
|
||||||
|
escape sequence. (#157949)
|
||||||
|
|
||||||
2004-11-10 Tor Lillqvist <tml@iki.fi>
|
2004-11-10 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
* gdk/win32/gdkevents-win32.c (_gdk_win32_get_next_tick):
|
* gdk/win32/gdkevents-win32.c (_gdk_win32_get_next_tick):
|
||||||
|
|||||||
@ -1,3 +1,10 @@
|
|||||||
|
2004-11-11 J. Ali Harlow <ali@juiblex.co.uk>
|
||||||
|
|
||||||
|
* gdk/Makefile.am:
|
||||||
|
* gdk-pixbuf/Makefile.am:
|
||||||
|
* gtk/Makefile.am (gtk.def): Use embedded tab rather than '\t'
|
||||||
|
escape sequence. (#157949)
|
||||||
|
|
||||||
2004-11-10 Tor Lillqvist <tml@iki.fi>
|
2004-11-10 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
* gdk/win32/gdkevents-win32.c (_gdk_win32_get_next_tick):
|
* gdk/win32/gdkevents-win32.c (_gdk_win32_get_next_tick):
|
||||||
|
|||||||
@ -1,3 +1,10 @@
|
|||||||
|
2004-11-11 J. Ali Harlow <ali@juiblex.co.uk>
|
||||||
|
|
||||||
|
* gdk/Makefile.am:
|
||||||
|
* gdk-pixbuf/Makefile.am:
|
||||||
|
* gtk/Makefile.am (gtk.def): Use embedded tab rather than '\t'
|
||||||
|
escape sequence. (#157949)
|
||||||
|
|
||||||
2004-11-10 Tor Lillqvist <tml@iki.fi>
|
2004-11-10 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
* gdk/win32/gdkevents-win32.c (_gdk_win32_get_next_tick):
|
* gdk/win32/gdkevents-win32.c (_gdk_win32_get_next_tick):
|
||||||
|
|||||||
@ -1,3 +1,10 @@
|
|||||||
|
2004-11-11 J. Ali Harlow <ali@juiblex.co.uk>
|
||||||
|
|
||||||
|
* gdk/Makefile.am:
|
||||||
|
* gdk-pixbuf/Makefile.am:
|
||||||
|
* gtk/Makefile.am (gtk.def): Use embedded tab rather than '\t'
|
||||||
|
escape sequence. (#157949)
|
||||||
|
|
||||||
2004-11-10 Tor Lillqvist <tml@iki.fi>
|
2004-11-10 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
* gdk/win32/gdkevents-win32.c (_gdk_win32_get_next_tick):
|
* gdk/win32/gdkevents-win32.c (_gdk_win32_get_next_tick):
|
||||||
|
|||||||
@ -40,7 +40,7 @@ uninstall-ms-lib:
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
gdk_pixbuf.def: gdk-pixbuf.symbols
|
gdk_pixbuf.def: gdk-pixbuf.symbols
|
||||||
(echo -e EXPORTS; cpp -P -DINCLUDE_VARIABLES $(srcdir)/gdk-pixbuf.symbols | sed -e '/^$$/d' -e 's/^/\t/') > gdk_pixbuf.def
|
(echo -e EXPORTS; cpp -P -DINCLUDE_VARIABLES $(srcdir)/gdk-pixbuf.symbols | sed -e '/^$$/d' -e 's/^/ /') > gdk_pixbuf.def
|
||||||
|
|
||||||
gdk-pixbuf-alias.h: gdk-pixbuf.symbols
|
gdk-pixbuf-alias.h: gdk-pixbuf.symbols
|
||||||
$(srcdir)/makegdkpixbufalias.pl < $(srcdir)/gdk-pixbuf.symbols > gdk-pixbuf-alias.h
|
$(srcdir)/makegdkpixbufalias.pl < $(srcdir)/gdk-pixbuf.symbols > gdk-pixbuf-alias.h
|
||||||
|
|||||||
@ -177,7 +177,7 @@ uninstall-ms-lib:
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
gdk.def: gdk.symbols
|
gdk.def: gdk.symbols
|
||||||
(echo -e EXPORTS; cpp -P -DGDK_WINDOWING_WIN32 -DINCLUDE_VARIABLES $(srcdir)/gdk.symbols | sed -e '/^$$/d' -e 's/^/\t/') > gdk.def
|
(echo -e EXPORTS; cpp -P -DGDK_WINDOWING_WIN32 -DINCLUDE_VARIABLES $(srcdir)/gdk.symbols | sed -e '/^$$/d' -e 's/^/ /') > gdk.def
|
||||||
|
|
||||||
gdkalias.h: gdk.symbols
|
gdkalias.h: gdk.symbols
|
||||||
$(srcdir)/makegdkalias.pl < $(srcdir)/gdk.symbols > gdkalias.h
|
$(srcdir)/makegdkalias.pl < $(srcdir)/gdk.symbols > gdkalias.h
|
||||||
|
|||||||
@ -71,7 +71,7 @@ uninstall-ms-lib:
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
gtk.def: gtk.symbols
|
gtk.def: gtk.symbols
|
||||||
(echo -e EXPORTS; cpp -P -DINCLUDE_VARIABLES -DG_OS_WIN32 $(srcdir)/gtk.symbols | sed -e '/^$$/d' -e 's/^/\t/') > gtk.def
|
(echo -e EXPORTS; cpp -P -DINCLUDE_VARIABLES -DG_OS_WIN32 $(srcdir)/gtk.symbols | sed -e '/^$$/d' -e 's/^/ /') > gtk.def
|
||||||
|
|
||||||
gtkalias.h: gtk.symbols
|
gtkalias.h: gtk.symbols
|
||||||
$(srcdir)/makegtkalias.pl < $(srcdir)/gtk.symbols > gtkalias.h
|
$(srcdir)/makegtkalias.pl < $(srcdir)/gtk.symbols > gtkalias.h
|
||||||
|
|||||||
Reference in New Issue
Block a user