[cairo-commit] [cairo-www] src/end_to_end_build_for_win32.mdwn
Carl Worth
cworth at freedesktop.org
Mon Nov 2 16:59:15 PST 2009
src/end_to_end_build_for_win32.mdwn | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 117f7907747f2a84b86107ef4df785a381402ac5
Author: travisgriggs <travisgriggs at web>
Date: Mon Nov 2 16:59:15 2009 -0800
diff --git a/src/end_to_end_build_for_win32.mdwn b/src/end_to_end_build_for_win32.mdwn
index f78ee76..4acff36 100644
--- a/src/end_to_end_build_for_win32.mdwn
+++ b/src/end_to_end_build_for_win32.mdwn
@@ -96,7 +96,7 @@ This will produce a bunch of scary looking warning text. Some of it yellow. It's
Our next problem is, that the project file, by default is configured to build with the /MD option, which means it will be dynamically linked to the Microsoft runtime. This will be a problem if it links to the current MS runtime library, because target deployment machines won't necessarily have that specific version. There is no real dependency on a particular version. So it's easier to compile that statically in. It doesn't make the library that much bigger.
- sed s/RuntimeLibrary=.2./RuntimeLibrary=0/ > fixed.vcproj
+ sed s/RuntimeLibrary=.2./RuntimeLibrary=0/ zlib.vcproj > fixed.vcproj
move /Y fixed.vcproj zlib.vcproj
<i>...or open zlib.vcproj with Wordpad and use a search/replace to change all RuntimeLibrary="2" to RuntimeLibrary="0"</i>
More information about the cairo-commit
mailing list