gmime r1142 - in trunk: . mono



Author: joeshaw
Date: 2007-09-25 21:54:03 +0100 (Tue, 25 Sep 2007)
New Revision: 1142
ViewCVS link: http://svn.gnome.org/viewcvs/gmime?rev=1142&view=rev

Added:
   trunk/mono/GMime.metadata.in
Removed:
   trunk/mono/GMime.metadata
Modified:
   trunk/ChangeLog
   trunk/configure.in
   trunk/mono/Makefile.am
Log:
2007-09-25  Joe Shaw  <joe joeshaw org>

	* configure.in: Set an AM_CONDITIONAL for whether we are
	building with large file support.

	* mono/GMime.metadata.in: Move GMime.metadata to this and
	change any references of off_t to @off_t_type@, which is
	substituted with the correct type.  This is needed because
	off_t is converted to an IntPtr by the gtk-sharp binding
	generator, which is good for 64-bit systems and 32-bit
	systems without large file support but breaks on 32-bit
	systems with large file support.

	* mono/Makefile.am: Generate GMime.metadata from
	GMime.metadata.in by using sed to replace @off_t_type@
	with gint64 on 32-bit systems with large file support
	and long otherwise.




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]