updated for win32 msvc build

This commit is contained in:
Hans Breuer
2001-02-19 21:51:19 +00:00
parent f1b60091b9
commit d1a05f990e
16 changed files with 133 additions and 6 deletions

View File

@@ -1,3 +1,16 @@
2001-02-19 Hans Breuer <hans@breuer.org>
* glib/glib.def, gobject/gobject.def : added nissing symbols
* gobject/makefile.msc : updated
* glib/gmessages.c : call the "debug interrupt" before exiting the
program, if build with msvc as debug version. Which gives the opportunity
to see the callstack, etc.
* glib/gthread.c : thread->pid is only defined #ifdef
G_THREAD_USE_PID_SURROGATE
Mon Feb 19 07:32:38 2001 Tim Janik <timj@gtk.org>
* glib-config-2.0.in (lib_glib): my name is glib-config-2.0!