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

Carl Worth cworth at freedesktop.org
Tue Nov 3 11:23:31 PST 2009


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

New commits:
commit 578a8f8c6f2787a86f41e519c86d70b23f1baf84
Author: travisgriggs <travisgriggs at web>
Date:   Tue Nov 3 11:23:31 2009 -0800

diff --git a/src/end_to_end_build_for_win32.mdwn b/src/end_to_end_build_for_win32.mdwn
index cbb5836..c9db178 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 -MD instead of -MT 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. 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