CVSROOT: /cvs/gnome Module name: glib Changes by: tml 05/07/08 19:04:06
Modified files: . : ChangeLog configure.in glibconfig.h.win32.in glib : Makefile.am glib.rc.in gobject : ChangeLog Makefile.am gobject.rc.in gmodule : ChangeLog Makefile.am gmodule.rc.in gthread : ChangeLog Makefile.am gthread.rc.in Log message: 2005-07-09 Tor Lillqvist <[EMAIL PROTECTED]> * 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. URL : http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=glib&who=tml&date=explicit&mindate=2005-07-08%2019:03&maxdate=2005-07-08%2019:05 _______________________________________________ cvs-commits-list mailing list cvs-commits-list@gnome.org http://mail.gnome.org/mailman/listinfo/cvs-commits-list