git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@181553 18797224-902f-48f8-a5cc-f745e15eee43
28 lines
1.1 KiB
Plaintext
28 lines
1.1 KiB
Plaintext
Snapshots of cairo and libpixman for mozilla usage. Where possible,
|
|
these should be official releases from the cairo project as-is. If
|
|
changes are necessary, they should be documented below and the patch
|
|
file included in this directory.
|
|
|
|
We only include the relevant parts of each release (generally, src/*.[ch]),
|
|
as we have Makefile.in's that integrate into the Mozilla build system. For
|
|
documentation and similar, please see the official tarballs at
|
|
http://www.cairographics.org/.
|
|
|
|
VERSIONS:
|
|
|
|
cairo 1.0.2
|
|
|
|
***** NOTE FOR VISUAL C++ 6.0 *****
|
|
|
|
VC6 cannot build pixman correctly for various reasons. There is a static
|
|
win32 pixman library provided in libpixman/src/pixman-vc71.lib that will
|
|
be used instead of building on all Win32/Visual C++ builds. Building with
|
|
VC7.1, gcc/mingw, or anything else other than VC6 is fine.
|
|
|
|
To build with VC7: create a new empty static library project. Set
|
|
optimization appropriately (/Ox). In the Librarian->General project config
|
|
section, set /NODEFAULTLIB, and add "LIBCMT.LIB, MSVCRT.LIB" to the list of
|
|
libraries to ignore. The resulting .lib should link cleanly with a VC6
|
|
firefox.
|
|
|