[cairo-commit] [cairo-www] src/end_to_end_build_for_win32.mdwn
Carl Worth
cworth at freedesktop.org
Mon Nov 2 23:39:54 PST 2009
src/end_to_end_build_for_win32.mdwn | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit c42a958d3aaad66c452b1b25fa9b42750a1d7950
Author: travisgriggs <travisgriggs at web>
Date: Mon Nov 2 23:39:53 2009 -0800
diff --git a/src/end_to_end_build_for_win32.mdwn b/src/end_to_end_build_for_win32.mdwn
index d83e6a1..b85be39 100644
--- a/src/end_to_end_build_for_win32.mdwn
+++ b/src/end_to_end_build_for_win32.mdwn
@@ -129,7 +129,7 @@ This is very similiar, but a little simpler, than building zlib.
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.
cd %ROOTDIR%\pixman\pixman
- sed s/-MT/-MD/ Makefile.win32 > Makefile.fixed
+ sed s/-MD/-MT/ Makefile.win32 > Makefile.fixed
move /Y Makefile.fixed Makefile.win32
<i>...or open Makefile.win32 with Wordpad and use a search/replace to change all -MT to -MD</i>
More information about the cairo-commit
mailing list