mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-13 03:03:09 +02:00
glib.def gobject/gobject.def Update.
2001-03-08 Tor Lillqvist <tml@iki.fi> * glib.def * gobject/gobject.def * gobject/makefile.mingw.in: Update.
This commit is contained in:
parent
8e936594e6
commit
b27a17a4c0
@ -1,3 +1,9 @@
|
||||
2001-03-08 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* glib.def
|
||||
* gobject/gobject.def
|
||||
* gobject/makefile.mingw.in: Update.
|
||||
|
||||
2001-03-08 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* gtree.[ch]:
|
||||
|
@ -1,3 +1,9 @@
|
||||
2001-03-08 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* glib.def
|
||||
* gobject/gobject.def
|
||||
* gobject/makefile.mingw.in: Update.
|
||||
|
||||
2001-03-08 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* gtree.[ch]:
|
||||
|
@ -1,3 +1,9 @@
|
||||
2001-03-08 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* glib.def
|
||||
* gobject/gobject.def
|
||||
* gobject/makefile.mingw.in: Update.
|
||||
|
||||
2001-03-08 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* gtree.[ch]:
|
||||
|
@ -1,3 +1,9 @@
|
||||
2001-03-08 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* glib.def
|
||||
* gobject/gobject.def
|
||||
* gobject/makefile.mingw.in: Update.
|
||||
|
||||
2001-03-08 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* gtree.[ch]:
|
||||
|
@ -1,3 +1,9 @@
|
||||
2001-03-08 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* glib.def
|
||||
* gobject/gobject.def
|
||||
* gobject/makefile.mingw.in: Update.
|
||||
|
||||
2001-03-08 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* gtree.[ch]:
|
||||
|
@ -1,3 +1,9 @@
|
||||
2001-03-08 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* glib.def
|
||||
* gobject/gobject.def
|
||||
* gobject/makefile.mingw.in: Update.
|
||||
|
||||
2001-03-08 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* gtree.[ch]:
|
||||
|
@ -1,3 +1,9 @@
|
||||
2001-03-08 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* glib.def
|
||||
* gobject/gobject.def
|
||||
* gobject/makefile.mingw.in: Update.
|
||||
|
||||
2001-03-08 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* gtree.[ch]:
|
||||
|
@ -1,3 +1,9 @@
|
||||
2001-03-08 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* glib.def
|
||||
* gobject/gobject.def
|
||||
* gobject/makefile.mingw.in: Update.
|
||||
|
||||
2001-03-08 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* gtree.[ch]:
|
||||
|
4
glib.def
4
glib.def
@ -511,9 +511,9 @@ EXPORTS
|
||||
g_string_prepend
|
||||
g_string_prepend_c
|
||||
g_string_prepend_len
|
||||
g_string_printf
|
||||
g_string_printfa
|
||||
g_string_sized_new
|
||||
g_string_sprintf
|
||||
g_string_sprintfa
|
||||
g_string_truncate
|
||||
g_string_up
|
||||
g_strjoin
|
||||
|
@ -511,9 +511,9 @@ EXPORTS
|
||||
g_string_prepend
|
||||
g_string_prepend_c
|
||||
g_string_prepend_len
|
||||
g_string_printf
|
||||
g_string_printfa
|
||||
g_string_sized_new
|
||||
g_string_sprintf
|
||||
g_string_sprintfa
|
||||
g_string_truncate
|
||||
g_string_up
|
||||
g_strjoin
|
||||
|
@ -78,11 +78,12 @@ EXPORTS
|
||||
g_param_spec_set_qdata_full
|
||||
g_param_spec_steal_qdata
|
||||
g_param_spec_string
|
||||
g_param_spec_string_c
|
||||
g_param_spec_stringc
|
||||
g_param_spec_uchar
|
||||
g_param_spec_uint
|
||||
g_param_spec_ulong
|
||||
g_param_spec_unref
|
||||
g_param_value_convert
|
||||
g_param_value_defaults
|
||||
g_param_value_set_default
|
||||
g_param_value_validate
|
||||
@ -161,14 +162,11 @@ EXPORTS
|
||||
g_type_register_static
|
||||
g_type_remove_class_cache_func
|
||||
g_type_set_qdata
|
||||
g_type_value_is_a
|
||||
g_type_value_table_peek
|
||||
g_value_convert
|
||||
g_value_copy
|
||||
g_value_dup_boxed
|
||||
g_value_dup_object
|
||||
g_value_dup_string
|
||||
g_value_get_as_pointer
|
||||
g_value_get_boolean
|
||||
g_value_get_boxed
|
||||
g_value_get_char
|
||||
@ -205,4 +203,3 @@ EXPORTS
|
||||
g_value_set_ulong
|
||||
g_value_types_init
|
||||
g_value_unset
|
||||
g_values_exchange
|
||||
|
@ -45,13 +45,15 @@ gobject_OBJECTS = \
|
||||
gtypemodule.o \
|
||||
gtypeplugin.o \
|
||||
gvalue.o \
|
||||
gvaluearray.o \
|
||||
gvaluetransform.o \
|
||||
gvaluetypes.o
|
||||
|
||||
gobject-$(GLIB_VER).dll : $(gobject_OBJECTS) gobject.def
|
||||
gobject-$(GLIB_VER).dll : $(srcdir)/stamp-gmarshal.h gmarshal.c $(gobject_OBJECTS) gobject.def
|
||||
$(BUILD_DLL) gobject $(GLIB_VER) gobject.def $(gobject_OBJECTS) -L .. -lglib-$(GLIB_VER)
|
||||
|
||||
glib-genmarshal.exe : glib-genmarshal.c
|
||||
$(CC) -o $@ $(CFLAGS) -UGOBJECT_COMPILATION $< -L .. -lglib-$(GLIB_VER) -L . -lgobject-$(GLIB_VER)
|
||||
$(CC) -o $@ $(CFLAGS) -UGOBJECT_COMPILATION $< -L .. -lglib-$(GLIB_VER)
|
||||
|
||||
# Copied from Makefile.am:
|
||||
# initial creation of the real stamp-* files
|
||||
@ -81,3 +83,6 @@ $(srcdir)/gmarshal.strings: @REBUILD@ $(srcdir)/gmarshal.list
|
||||
&& cp xgen-gms $(srcdir)/gmarshal.strings \
|
||||
&& rm -f xgen-gms xgen-gms~
|
||||
glib-genmarshal.o: gmarshal.strings
|
||||
|
||||
clean::
|
||||
-rm gmarshal.h gmarshal.c stamp-gmarshal.h
|
||||
|
Loading…
x
Reference in New Issue
Block a user