mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-23 22:16:16 +01:00
remove g_log_domain_glib usage/export
2001-11-18 Hans Breuer <hans@breuer.org> * glib/glib.def : * glib/makefile.msc.in : remove g_log_domain_glib usage/export * tests/makefile.msc.in : add iochannel-test
This commit is contained in:
parent
36ed2ea214
commit
6425f5453d
@ -1,3 +1,10 @@
|
||||
2001-11-18 Hans Breuer <hans@breuer.org>
|
||||
|
||||
* glib/glib.def :
|
||||
* glib/makefile.msc.in : remove g_log_domain_glib usage/export
|
||||
|
||||
* tests/makefile.msc.in : add iochannel-test
|
||||
|
||||
Sat Nov 17 17:21:57 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib/Makefile.am glib/*.c glib/gmessages.h: Get
|
||||
|
@ -1,3 +1,10 @@
|
||||
2001-11-18 Hans Breuer <hans@breuer.org>
|
||||
|
||||
* glib/glib.def :
|
||||
* glib/makefile.msc.in : remove g_log_domain_glib usage/export
|
||||
|
||||
* tests/makefile.msc.in : add iochannel-test
|
||||
|
||||
Sat Nov 17 17:21:57 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib/Makefile.am glib/*.c glib/gmessages.h: Get
|
||||
|
@ -1,3 +1,10 @@
|
||||
2001-11-18 Hans Breuer <hans@breuer.org>
|
||||
|
||||
* glib/glib.def :
|
||||
* glib/makefile.msc.in : remove g_log_domain_glib usage/export
|
||||
|
||||
* tests/makefile.msc.in : add iochannel-test
|
||||
|
||||
Sat Nov 17 17:21:57 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib/Makefile.am glib/*.c glib/gmessages.h: Get
|
||||
|
@ -1,3 +1,10 @@
|
||||
2001-11-18 Hans Breuer <hans@breuer.org>
|
||||
|
||||
* glib/glib.def :
|
||||
* glib/makefile.msc.in : remove g_log_domain_glib usage/export
|
||||
|
||||
* tests/makefile.msc.in : add iochannel-test
|
||||
|
||||
Sat Nov 17 17:21:57 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib/Makefile.am glib/*.c glib/gmessages.h: Get
|
||||
|
@ -1,3 +1,10 @@
|
||||
2001-11-18 Hans Breuer <hans@breuer.org>
|
||||
|
||||
* glib/glib.def :
|
||||
* glib/makefile.msc.in : remove g_log_domain_glib usage/export
|
||||
|
||||
* tests/makefile.msc.in : add iochannel-test
|
||||
|
||||
Sat Nov 17 17:21:57 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib/Makefile.am glib/*.c glib/gmessages.h: Get
|
||||
|
@ -1,3 +1,10 @@
|
||||
2001-11-18 Hans Breuer <hans@breuer.org>
|
||||
|
||||
* glib/glib.def :
|
||||
* glib/makefile.msc.in : remove g_log_domain_glib usage/export
|
||||
|
||||
* tests/makefile.msc.in : add iochannel-test
|
||||
|
||||
Sat Nov 17 17:21:57 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib/Makefile.am glib/*.c glib/gmessages.h: Get
|
||||
|
@ -1,3 +1,10 @@
|
||||
2001-11-18 Hans Breuer <hans@breuer.org>
|
||||
|
||||
* glib/glib.def :
|
||||
* glib/makefile.msc.in : remove g_log_domain_glib usage/export
|
||||
|
||||
* tests/makefile.msc.in : add iochannel-test
|
||||
|
||||
Sat Nov 17 17:21:57 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib/Makefile.am glib/*.c glib/gmessages.h: Get
|
||||
|
@ -1,3 +1,10 @@
|
||||
2001-11-18 Hans Breuer <hans@breuer.org>
|
||||
|
||||
* glib/glib.def :
|
||||
* glib/makefile.msc.in : remove g_log_domain_glib usage/export
|
||||
|
||||
* tests/makefile.msc.in : add iochannel-test
|
||||
|
||||
Sat Nov 17 17:21:57 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib/Makefile.am glib/*.c glib/gmessages.h: Get
|
||||
|
@ -299,7 +299,6 @@ EXPORTS
|
||||
g_locale_to_utf8
|
||||
g_log
|
||||
g_log_default_handler
|
||||
g_log_domain_glib
|
||||
g_log_remove_handler
|
||||
g_log_set_always_fatal
|
||||
g_log_set_fatal_mask
|
||||
|
@ -8,7 +8,7 @@ TOP = ..\..
|
||||
################################################################
|
||||
|
||||
INCLUDES = -I . -I ..
|
||||
DEFINES = -DHAVE_CONFIG_H -DGLIB_COMPILATION -DG_LOG_DOMAIN=g_log_domain_glib -DG_ENABLE_DEBUG
|
||||
DEFINES = -DHAVE_CONFIG_H -DGLIB_COMPILATION -DG_LOG_DOMAIN=\"GLib\" -DG_ENABLE_DEBUG
|
||||
DEPCFLAGS = $(INTL_CFLAGS) $(LIBICONV_CFLAGS) $(DIRENT_CFLAGS)
|
||||
|
||||
all : \
|
||||
|
@ -23,6 +23,7 @@ TESTS = \
|
||||
date-test.exe \
|
||||
dirname-test.exe\
|
||||
gio-test.exe \
|
||||
iochannel-test.exe \
|
||||
hash-test.exe \
|
||||
list-test.exe \
|
||||
mainloop-test.exe \
|
||||
|
Loading…
Reference in New Issue
Block a user