glib/gobject
Tor Lillqvist d22f051252 Don't use autoconf variables for the resource object files on Win32 any
2005-07-09  Tor Lillqvist  <tml@novell.com>

	* configure.in: Don't use autoconf variables for the resource
	object files on Win32 any longer. Instead handle that in the
	Makefile.am files. Check for windres.

	* glibconfig.h.win32.in: Minor tuning to match the
	configure-produced glibconfig.h closely.

	* */Makefile.am: Don't use the scripts in build/win32 to
	compile the .rc file into a resource object file. (This means
	we loose the build number increment magic, but I doubt it was
	that useful anyway.) Instead use windres directly. To pass the
	normal .o file produced by windres through libtool, which
	wants .lo files, pass it directly to the linker using a -Wl
	option.

	* */*.rc.in: Thus replace BUILDNUMBER with 0.
2005-07-08 23:04:06 +00:00
..
.cvsignore Shut up CVS 2005-03-17 04:02:27 +00:00
abicheck.sh Make work again. 2005-03-14 06:47:51 +00:00
ChangeLog Don't use autoconf variables for the resource object files on Win32 any 2005-07-08 23:04:06 +00:00
gboxed.c Add a boxed type for GDate. (#301787, Tim-Philipp Müller) 2005-04-29 18:33:41 +00:00
gboxed.h Add a boxed type for GDate. (#301787, Tim-Philipp Müller) 2005-04-29 18:33:41 +00:00
gclosure.c Make work again. 2005-03-14 06:47:51 +00:00
gclosure.h Add some padding to the class. 2002-02-23 20:08:13 +00:00
genums.c Make work again. 2005-03-14 06:47:51 +00:00
genums.h Add /*< public >*/ and /*< private >*/ markers for documentation purposes. 2003-10-28 22:26:18 +00:00
glib-genmarshal.1 Mention 64bit integer types. 2005-05-13 18:09:01 +00:00
glib-genmarshal.c Use the correct fields for enums and flags. (#145015,Tommi Komulainen) 2004-07-21 17:59:17 +00:00
glib-mkenums.1 Document the lowercase_name trigraph option. 2004-01-10 22:57:59 +00:00
glib-mkenums.in Avoid forcing extra newlines when using template files. (#171005) 2005-03-22 03:48:05 +00:00
gmarshal.list Add g_signal_accumulator_true_handled(), to do TRUE-stops-emit signals. 2003-09-12 20:33:31 +00:00
gobject-query.c Cosmetic fixes (#163792, Benoît Carpentier): 2005-01-12 17:27:18 +00:00
gobject.c Add g_object_add/remove_toggle_ref() functions to get notification when a 2005-05-05 14:57:29 +00:00
gobject.h Add g_object_add/remove_toggle_ref() functions to get notification when a 2005-05-05 14:57:29 +00:00
gobject.rc.in Don't use autoconf variables for the resource object files on Win32 any 2005-07-08 23:04:06 +00:00
gobject.symbols Add g_object_add/remove_toggle_ref() functions to get notification when a 2005-05-05 14:57:29 +00:00
gobjectnotifyqueue.c Make work again. 2005-03-14 06:47:51 +00:00
gparam.c Don't do the second lookup if the name was already canonical. (#171502, 2005-03-26 03:00:44 +00:00
gparam.h Avoid a warning. (#308295, Murray Cumming). 2005-06-20 03:09:35 +00:00
gparamspecs.c Make work again. 2005-03-14 06:47:51 +00:00
gparamspecs.h Add a new GParamSpecOverride type that is a pointer to a different 2003-10-21 19:12:27 +00:00
gsignal.c Make work again. 2005-03-14 06:47:51 +00:00
gsignal.h Add g_signal_accumulator_true_handled(), to do TRUE-stops-emit signals. 2003-09-12 20:33:31 +00:00
gsourceclosure.c Make work again. 2005-03-14 06:47:51 +00:00
gsourceclosure.h Actually define the guard after checking for it. (#108038, Morten 2004-06-19 02:57:15 +00:00
gtype.c Make work again. 2005-03-14 06:47:51 +00:00
gtype.h Rename first parameter to check_data, since apparently the system headers 2004-10-24 01:22:30 +00:00
gtypemodule.c Make work again. 2005-03-14 06:47:51 +00:00
gtypemodule.h Forgotten commit. 2004-11-23 19:40:13 +00:00
gtypeplugin.c Make work again. 2005-03-14 06:47:51 +00:00
gtypeplugin.h Add /*< public >*/ and /*< private >*/ markers for documentation purposes. 2003-10-17 23:33:03 +00:00
gvalue.c Make work again. 2005-03-14 06:47:51 +00:00
gvalue.h provide marshaller specific value_set_*_take_ownership() variants. 2002-02-19 17:38:45 +00:00
gvaluearray.c Make work again. 2005-03-14 06:47:51 +00:00
gvaluearray.h Small cleanup (use G_BEGIN/END_DECLS). (#168474, Fabricio Barros Cabral) 2005-03-08 05:15:57 +00:00
gvaluecollector.h Include gtypes.h not gobject/gtype.h 2001-11-18 00:38:48 +00:00
gvaluetransform.c Make work again. 2005-03-14 06:47:51 +00:00
gvaluetypes.c dup the new value before freeing the old, just in case. (#172142, Morten 2005-05-20 20:51:38 +00:00
gvaluetypes.h Make the g_value_set_x_take_ownership() functions "official" part of the 2003-09-12 20:11:38 +00:00
Makefile.am Don't use autoconf variables for the resource object files on Win32 any 2005-07-08 23:04:06 +00:00
makefile.mingw.in Hardcode 2.0 in the names, as that is what Makefile.am does. 2002-11-21 03:25:35 +00:00
makefile.msc.in handle galiasdef.c (although completely useless for msvc build) 2005-03-18 17:44:51 +00:00
makegobjectalias.pl Make work again. 2005-03-14 06:47:51 +00:00
marshal-genstrings.pl Hacky script to fix up your .msc.in files on windows. Dunno if this is a 2001-08-04 15:49:55 +00:00
testgobject.c Add g_type_add/remove_interface_check(), which allows inserting a 2003-10-02 05:24:21 +00:00