glib/gobject
Tor Lillqvist 8e847255e8 Revamp to be like makefile.mingw.in, make the MSVC build actually work
2000-10-06  Tor Lillqvist  <tml@iki.fi>

	* makefile.msc.in: Revamp to be like makefile.mingw.in, make
	the MSVC build actually work again.

	* gmodule/makefile.msc.in
	* gobject/makefile.msc.in
	* gthread/makefile.msc.in: New files, like their mingw counterparts.

	* gmodule/Makefile.am
	* gobject/Makefile.am
	* gthread/Makefile.am: Make and distribute them.

	* */makefile.mingw.in: Allow override of GLib version number from
	the build/win32/module.defs file.

	* glib.def: Add new entry point.

	Fixes from Hans Breuer:

	* glib.h (struct DIR): Keep the last readdir result cached inside
	the DIR struct, to enable several DIRs being open simultaneously.

	* gwin32.c (g_win32_readdir): Use the above instead of static.

	* giowin32.c (g_io_channel_win32_make_pollfd): Insert cast to keep
	MSVC happy.
2000-10-06 21:32:59 +00:00
..
.cvsignore .cvsignore updates 2000-09-28 14:06:26 +00:00
ChangeLog Several minor ANSI C fixes. 2000-09-29 13:40:21 +00:00
genums.c Move string.h include into the .c file instead of where it was in the .h 2000-07-10 01:28:03 +00:00
genums.h Move string.h include into the .c file instead of where it was in the .h 2000-07-10 01:28:03 +00:00
gobject-query.c Fix inclusion of config.h 2000-08-21 23:06:11 +00:00
gobject.c Added function to keep symetry with g_node_insert_before. 2000-09-29 2000-09-29 23:13:02 +00:00
gobject.def No, don't mark glib_debug_objects for export here, it's handled specially 2000-07-27 05:31:12 +00:00
gobject.h define gstring in terms of gchar*. this typedef reflects the type name of 2000-06-24 22:30:10 +00:00
gobject.rc.in makefile.mingw.in tests/makefile.mingw.in Rename makefile.cygwin(.in) to 2000-05-13 19:30:58 +00:00
gparam.c gparam.h gvalue.h gparam.c Shut up Sun's picky compiler. 2000-07-19 16:02:43 +00:00
gparam.h gparam.h gvalue.h gparam.c Shut up Sun's picky compiler. 2000-07-19 16:02:43 +00:00
gparamspecs.c Fix inclusion of config.h 2000-08-21 23:06:11 +00:00
gparamspecs.h define gstring in terms of gchar*. this typedef reflects the type name of 2000-06-24 22:30:10 +00:00
gtype.c Several minor ANSI C fixes. 2000-09-29 13:40:21 +00:00
gtype.h make g_type_fundamental_last() a function, avoiding all that extern 2000-07-25 22:47:41 +00:00
gvalue.c include string.h for memset include string.h for strcpy include string.h 2000-06-29 20:02:39 +00:00
gvalue.h gparam.h gvalue.h gparam.c Shut up Sun's picky compiler. 2000-07-19 16:02:43 +00:00
gvaluecollector.h define gstring in terms of gchar*. this typedef reflects the type name of 2000-06-24 22:30:10 +00:00
gvaluetypes.c define gstring in terms of gchar*. this typedef reflects the type name of 2000-06-24 22:30:10 +00:00
gvaluetypes.h define gstring in terms of gchar*. this typedef reflects the type name of 2000-06-24 22:30:10 +00:00
Makefile.am Revamp to be like makefile.mingw.in, make the MSVC build actually work 2000-10-06 21:32:59 +00:00
makefile.mingw.in Revamp to be like makefile.mingw.in, make the MSVC build actually work 2000-10-06 21:32:59 +00:00
makefile.msc.in Revamp to be like makefile.mingw.in, make the MSVC build actually work 2000-10-06 21:32:59 +00:00