[cairo-commit] cairo ChangeLog,1.146,1.147
Richard Worth
commit at pdx.freedesktop.org
Thu Jan 22 20:47:26 PST 2004
Committed by: rworth
Update of /cvs/cairo/cairo
In directory pdx:/tmp/cvs-serv23971
Modified Files:
ChangeLog
Log Message:
* src/Makefile.am: Add '-no-undefined' to end of
libcairo_la_LDFLAGS to enable building shared library under
cygwin.
* src/cairo.h: Remove all 'extern ' and ' __external_linkage'
(macro for __declspec(dllexport) and __declspec(dllimport))
from function declarations. These are no longer needed for cygwin.
* src/cairo_traps.c: Changed type of _line_segs_intersect_ceil
from 'static cairo_fixed_t' to 'static int' to match definition.
This was necessary to compile under cygwin.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.146
retrieving revision 1.147
diff -C2 -d -r1.146 -r1.147
*** ChangeLog 17 Dec 2003 20:59:37 -0000 1.146
--- ChangeLog 23 Jan 2004 04:47:24 -0000 1.147
***************
*** 1,2 ****
--- 1,16 ----
+ 2004-01-22 Richard D. Worth <richard at theworths.org>
+
+ * src/Makefile.am: Add '-no-undefined' to end of
+ libcairo_la_LDFLAGS to enable building shared library under
+ cygwin.
+
+ * src/cairo.h: Remove all 'extern ' and ' __external_linkage'
+ (macro for __declspec(dllexport) and __declspec(dllimport))
+ from function declarations. These are no longer needed for cygwin.
+
+ * src/cairo_traps.c: Changed type of _line_segs_intersect_ceil
+ from 'static cairo_fixed_t' to 'static int' to match definition.
+ This was necessary to compile under cygwin.
+
2003-12-17 Carl Worth <cworth at east.isi.edu>
More information about the cairo-commit
mailing list