Chromium Code Reviews| Index: third_party/libxml/google.patch |
| =================================================================== |
| --- third_party/libxml/google.patch (revision 2463) |
| +++ third_party/libxml/google.patch (working copy) |
| @@ -494,7 +494,7 @@ |
| LIBS = $(LIBS) iconv.lib |
| !endif |
| ++!if "$(WITH_ICU)" == "1" |
| -++LIBS = $(LIBS) icuuc.lib |
| +++LIBS = $(LIBS) icu.lib |
|
jungshik at Google
2008/09/23 01:31:26
This change is a bit tricky when sending the patch
|
| ++!endif |
| !if "$(WITH_ZLIB)" == "1" |
| LIBS = $(LIBS) zdll.lib |