Updates. Add module-test rules.

2001-03-29  Tor Lillqvist  <tml@iki.fi>

	* glib.def: Updates.
	* tests/makefile.mingw.in: Add module-test rules.

2001-03-29  Tor Lillqvist  <tml@iki.fi>

	* gobject.def: Updates.
This commit is contained in:
Tor Lillqvist 2001-03-29 19:52:45 +00:00 committed by Tor Lillqvist
parent f3848154ae
commit 93fce34a18
13 changed files with 87 additions and 8 deletions

View File

@ -1,3 +1,8 @@
2001-03-29 Tor Lillqvist <tml@iki.fi>
* glib.def: Updates.
* tests/makefile.mingw.in: Add module-test rules.
Mon Mar 26 14:14:53 2001 Owen Taylor <otaylor@redhat.com> Mon Mar 26 14:14:53 2001 Owen Taylor <otaylor@redhat.com>
* Makefile.am (INCLUDES): -DG_DISABLE_DEPRECATED * Makefile.am (INCLUDES): -DG_DISABLE_DEPRECATED

View File

@ -1,3 +1,8 @@
2001-03-29 Tor Lillqvist <tml@iki.fi>
* glib.def: Updates.
* tests/makefile.mingw.in: Add module-test rules.
Mon Mar 26 14:14:53 2001 Owen Taylor <otaylor@redhat.com> Mon Mar 26 14:14:53 2001 Owen Taylor <otaylor@redhat.com>
* Makefile.am (INCLUDES): -DG_DISABLE_DEPRECATED * Makefile.am (INCLUDES): -DG_DISABLE_DEPRECATED

View File

@ -1,3 +1,8 @@
2001-03-29 Tor Lillqvist <tml@iki.fi>
* glib.def: Updates.
* tests/makefile.mingw.in: Add module-test rules.
Mon Mar 26 14:14:53 2001 Owen Taylor <otaylor@redhat.com> Mon Mar 26 14:14:53 2001 Owen Taylor <otaylor@redhat.com>
* Makefile.am (INCLUDES): -DG_DISABLE_DEPRECATED * Makefile.am (INCLUDES): -DG_DISABLE_DEPRECATED

View File

@ -1,3 +1,8 @@
2001-03-29 Tor Lillqvist <tml@iki.fi>
* glib.def: Updates.
* tests/makefile.mingw.in: Add module-test rules.
Mon Mar 26 14:14:53 2001 Owen Taylor <otaylor@redhat.com> Mon Mar 26 14:14:53 2001 Owen Taylor <otaylor@redhat.com>
* Makefile.am (INCLUDES): -DG_DISABLE_DEPRECATED * Makefile.am (INCLUDES): -DG_DISABLE_DEPRECATED

View File

@ -1,3 +1,8 @@
2001-03-29 Tor Lillqvist <tml@iki.fi>
* glib.def: Updates.
* tests/makefile.mingw.in: Add module-test rules.
Mon Mar 26 14:14:53 2001 Owen Taylor <otaylor@redhat.com> Mon Mar 26 14:14:53 2001 Owen Taylor <otaylor@redhat.com>
* Makefile.am (INCLUDES): -DG_DISABLE_DEPRECATED * Makefile.am (INCLUDES): -DG_DISABLE_DEPRECATED

View File

@ -1,3 +1,8 @@
2001-03-29 Tor Lillqvist <tml@iki.fi>
* glib.def: Updates.
* tests/makefile.mingw.in: Add module-test rules.
Mon Mar 26 14:14:53 2001 Owen Taylor <otaylor@redhat.com> Mon Mar 26 14:14:53 2001 Owen Taylor <otaylor@redhat.com>
* Makefile.am (INCLUDES): -DG_DISABLE_DEPRECATED * Makefile.am (INCLUDES): -DG_DISABLE_DEPRECATED

View File

@ -1,3 +1,8 @@
2001-03-29 Tor Lillqvist <tml@iki.fi>
* glib.def: Updates.
* tests/makefile.mingw.in: Add module-test rules.
Mon Mar 26 14:14:53 2001 Owen Taylor <otaylor@redhat.com> Mon Mar 26 14:14:53 2001 Owen Taylor <otaylor@redhat.com>
* Makefile.am (INCLUDES): -DG_DISABLE_DEPRECATED * Makefile.am (INCLUDES): -DG_DISABLE_DEPRECATED

View File

@ -1,3 +1,8 @@
2001-03-29 Tor Lillqvist <tml@iki.fi>
* glib.def: Updates.
* tests/makefile.mingw.in: Add module-test rules.
Mon Mar 26 14:14:53 2001 Owen Taylor <otaylor@redhat.com> Mon Mar 26 14:14:53 2001 Owen Taylor <otaylor@redhat.com>
* Makefile.am (INCLUDES): -DG_DISABLE_DEPRECATED * Makefile.am (INCLUDES): -DG_DISABLE_DEPRECATED

View File

@ -225,6 +225,7 @@ EXPORTS
g_list_position g_list_position
g_list_prepend g_list_prepend
g_list_remove g_list_remove
g_list_remove_all
g_list_remove_link g_list_remove_link
g_list_reverse g_list_reverse
g_list_sort g_list_sort
@ -427,6 +428,7 @@ EXPORTS
g_slist_position g_slist_position
g_slist_prepend g_slist_prepend
g_slist_remove g_slist_remove
g_slist_remove_all
g_slist_remove_link g_slist_remove_link
g_slist_reverse g_slist_reverse
g_slist_sort g_slist_sort
@ -590,6 +592,7 @@ EXPORTS
g_unichar_totitle g_unichar_totitle
g_unichar_toupper g_unichar_toupper
g_unichar_type g_unichar_type
g_unichar_validate
g_unichar_xdigit_value g_unichar_xdigit_value
g_unicode_canonical_decomposition g_unicode_canonical_decomposition
g_unicode_canonical_ordering g_unicode_canonical_ordering

View File

@ -225,6 +225,7 @@ EXPORTS
g_list_position g_list_position
g_list_prepend g_list_prepend
g_list_remove g_list_remove
g_list_remove_all
g_list_remove_link g_list_remove_link
g_list_reverse g_list_reverse
g_list_sort g_list_sort
@ -427,6 +428,7 @@ EXPORTS
g_slist_position g_slist_position
g_slist_prepend g_slist_prepend
g_slist_remove g_slist_remove
g_slist_remove_all
g_slist_remove_link g_slist_remove_link
g_slist_reverse g_slist_reverse
g_slist_sort g_slist_sort
@ -590,6 +592,7 @@ EXPORTS
g_unichar_totitle g_unichar_totitle
g_unichar_toupper g_unichar_toupper
g_unichar_type g_unichar_type
g_unichar_validate
g_unichar_xdigit_value g_unichar_xdigit_value
g_unicode_canonical_decomposition g_unicode_canonical_decomposition
g_unicode_canonical_ordering g_unicode_canonical_ordering

View File

@ -1,3 +1,7 @@
2001-03-29 Tor Lillqvist <tml@iki.fi>
* gobject.def: Updates.
Wed Mar 28 17:04:06 2001 Tim Janik <timj@gtk.org> Wed Mar 28 17:04:06 2001 Tim Janik <timj@gtk.org>
* gobject.c (object_queue_property): only queue readable properties * gobject.c (object_queue_property): only queue readable properties

View File

@ -2,7 +2,12 @@ EXPORTS
g_boxed_copy g_boxed_copy
g_boxed_free g_boxed_free
g_boxed_type_register_static g_boxed_type_register_static
g_bsearch_array_destroy
g_bsearch_array_get_index
g_bsearch_array_get_nth
g_bsearch_array_new
g_bsearch_array_insert g_bsearch_array_insert
g_bsearch_array_lookup
g_bsearch_array_remove g_bsearch_array_remove
g_bsearch_array_remove_node g_bsearch_array_remove_node
g_cclosure_marshal_STRING__OBJECT_POINTER g_cclosure_marshal_STRING__OBJECT_POINTER
@ -74,12 +79,18 @@ EXPORTS
g_param_spec_float g_param_spec_float
g_param_spec_get_qdata g_param_spec_get_qdata
g_param_spec_int g_param_spec_int
g_param_spec_internal
g_param_spec_long g_param_spec_long
g_param_spec_object g_param_spec_object
g_param_spec_pointer g_param_spec_pointer
g_param_spec_pool_insert
g_param_spec_pool_lookup
g_param_spec_pool_remove
g_param_spec_pool_new
g_param_spec_ref g_param_spec_ref
g_param_spec_set_qdata g_param_spec_set_qdata
g_param_spec_set_qdata_full g_param_spec_set_qdata_full
g_param_spec_sink
g_param_spec_steal_qdata g_param_spec_steal_qdata
g_param_spec_string g_param_spec_string
g_param_spec_stringc g_param_spec_stringc
@ -121,6 +132,7 @@ EXPORTS
g_signal_remove_emission_hook g_signal_remove_emission_hook
g_signal_stop_emission g_signal_stop_emission
g_signal_type_cclosure_new g_signal_type_cclosure_new
g_strdup_value_contents
g_type_add_class_cache_func g_type_add_class_cache_func
g_type_add_interface_dynamic g_type_add_interface_dynamic
g_type_add_interface_static g_type_add_interface_static
@ -128,7 +140,9 @@ EXPORTS
g_type_check_flags g_type_check_flags
g_type_check_instance g_type_check_instance
g_type_check_instance_cast g_type_check_instance_cast
g_type_check_is_value_type
g_type_check_value g_type_check_value
g_type_check_value_holds
g_type_children g_type_children
g_type_class_is_a g_type_class_is_a
g_type_class_peek g_type_class_peek
@ -194,6 +208,7 @@ EXPORTS
g_value_get_ulong g_value_get_ulong
g_value_init g_value_init
g_value_peek_pointer g_value_peek_pointer
g_value_register_transform_func
g_value_reset g_value_reset
g_value_set_boolean g_value_set_boolean
g_value_set_boxed g_value_set_boxed
@ -213,6 +228,9 @@ EXPORTS
g_value_set_uchar g_value_set_uchar
g_value_set_uint g_value_set_uint
g_value_set_ulong g_value_set_ulong
g_value_transform
g_value_type_compatible
g_value_type_transformable
g_value_types_init g_value_types_init
g_value_unset g_value_unset
; g_values_exchange ; g_values_exchange

View File

@ -12,9 +12,11 @@ GLIB_VER = @GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@
# Nothing much configurable below # Nothing much configurable below
INCLUDES = -I .. INCLUDES = -I .. -I ../gmodule
DEFINES = -DHAVE_CONFIG_H DEFINES = -DHAVE_CONFIG_H
BUILD_DLL = ../build-dll
TESTS = \ TESTS = \
array-test.exe \ array-test.exe \
date-test.exe \ date-test.exe \
@ -24,6 +26,7 @@ TESTS = \
list-test.exe \ list-test.exe \
mainloop-test.exe\ mainloop-test.exe\
markup-test.exe \ markup-test.exe \
module-test.exe \
node-test.exe \ node-test.exe \
queue-test.exe \ queue-test.exe \
rand-test.exe \ rand-test.exe \
@ -37,7 +40,9 @@ TESTS = \
threadpool-test.exe\ threadpool-test.exe\
tree-test.exe \ tree-test.exe \
type-test.exe \ type-test.exe \
unicode-encoding.exe unicode-encoding.exe \
libmoduletestplugin_a.dll \
libmoduletestplugin_b.dll
all: $(TESTS) all: $(TESTS)
@ -47,17 +52,23 @@ makefile.mingw: makefile.mingw.in
-e 's,@GLIB[_]MINOR_VERSION@,@GLIB_MINOR_VERSION@,' <$< >$@ -e 's,@GLIB[_]MINOR_VERSION@,@GLIB_MINOR_VERSION@,' <$< >$@
endif endif
.SUFFIXES: .c .exe .SUFFIXES: .c .i .exe
.c.exe: .c.exe:
$(CC) $(CFLAGS) -o $@ $< -L .. -lglib-$(GLIB_VER) -L ../gthread -lgthread-$(GLIB_VER) $(CC) $(CFLAGS) -o $@ $< -L ../gthread -lgthread-$(GLIB_VER) -L .. -lglib-$(GLIB_VER)
module-test.exe : module-test.o module-test.def module-test.exe : module-test.o
$(CC) $(CFLAGS) -Wl,--base-file,module-test.base -o module-test.exe module-test.o -L .. -lglib-$(GLIB_VER) -L . -lgmodule-$(GLIB_VER) $(LDFLAGS) $(CC) $(CFLAGS) -Wl,--base-file,module-test.base -o module-test.exe module-test.o -L .. -lglib-$(GLIB_VER) -L ../gmodule -lgmodule-$(GLIB_VER) $(LDFLAGS)
$(DLLTOOL) --base-file module-test.base --output-exp module-test.exp module-test.o $(DLLTOOL) --base-file module-test.base --output-exp module-test.exp module-test.o
$(CC) $(CFLAGS) -Wl,--base-file,module-test.base,module-test.exp -o module-test.exe module-test.o -L .. -lglib-$(GLIB_VER) -L . -lgmodule-$(GLIB_VER) $(LDFLAGS) $(CC) $(CFLAGS) -Wl,--base-file,module-test.base,module-test.exp -o module-test.exe module-test.o -L .. -lglib-$(GLIB_VER) -L ../gmodule -lgmodule-$(GLIB_VER) $(LDFLAGS)
$(DLLTOOL) --base-file module-test.base --output-exp module-test.exp module-test.o $(DLLTOOL) --base-file module-test.base --output-exp module-test.exp module-test.o
$(CC) $(CFLAGS) -Wl,module-test.exp -o module-test.exe module-test.o -L .. -lglib-$(GLIB_VER) -L . -lgmodule-$(GLIB_VER) $(LDFLAGS) $(CC) $(CFLAGS) -Wl,module-test.exp -o module-test.exe module-test.o -L .. -lglib-$(GLIB_VER) -L ../gmodule -lgmodule-$(GLIB_VER) $(LDFLAGS)
libmoduletestplugin_a.dll : libmoduletestplugin_a.o
$(BUILD_DLL) libmoduletestplugin_a - - libmoduletestplugin_a.o -L .. -lglib-$(GLIB_VER) -L ../gmodule -lgmodule-$(GLIB_VER)
libmoduletestplugin_b.dll : libmoduletestplugin_b.o
$(BUILD_DLL) libmoduletestplugin_b - - libmoduletestplugin_b.o -L .. -lglib-$(GLIB_VER) -L ../gmodule -lgmodule-$(GLIB_VER)
check: all check: all
@for P in $(TESTS) ; do echo $$P; ./$$P; done @for P in $(TESTS) ; do echo $$P; ./$$P; done