[cairo-commit] [cairo-www] src/end_to_end_build_for_win32.mdwn

Carl Worth cworth at freedesktop.org
Sat Apr 3 17:09:00 PDT 2010


 src/end_to_end_build_for_win32.mdwn |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2f27d2337dfedd4ca9e8bb9a20d6f476e3c47296
Author: pierre <pierre at web>
Date:   Sat Apr 3 17:09:00 2010 -0700

diff --git a/src/end_to_end_build_for_win32.mdwn b/src/end_to_end_build_for_win32.mdwn
index c9db178..9435f46 100644
--- a/src/end_to_end_build_for_win32.mdwn
+++ b/src/end_to_end_build_for_win32.mdwn
@@ -126,7 +126,7 @@ This is very similiar, but a little simpler, than building zlib.
 
 ### Build pixman
 
-First, we patch up Pixman's Makefiles so that it too does -MT (static) instead of -MD (dynamic) for compiling. Pixman does not compile with the .vcproj files though, but rather with Makefiles, so we edit a different file, a little differently, but it's the same basic approach.
+First, we patch up Pixman's Makefiles so that it too does -MT (static) instead of -MD (dynamic) for compiling. This operation is not necessary in recent Pixman releases (0.18.0 for example) as they already use -MD. Pixman does not compile with the .vcproj files though, but rather with Makefiles, so we edit a different file, a little differently, but it's the same basic approach.
 
        cd %ROOTDIR%\pixman\pixman
        sed s/-MD/-MT/ Makefile.win32 > Makefile.fixed


More information about the cairo-commit mailing list