Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(215)

Unified Diff: third_party/libxml/win32/Makefile.msvc

Issue 4027: Roll the icu38 revision in the DEPS file to change the name of... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 12 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/libxml/win32/Makefile.msvc
===================================================================
--- third_party/libxml/win32/Makefile.msvc (revision 2463)
+++ third_party/libxml/win32/Makefile.msvc (working copy)
@@ -72,7 +72,7 @@
LIBS = $(LIBS) iconv.lib
!endif
+!if "$(WITH_ICU)" == "1"
-+LIBS = $(LIBS) icuuc.lib
++LIBS = $(LIBS) icu.lib
+!endif
!if "$(WITH_ZLIB)" == "1"
LIBS = $(LIBS) zdll.lib

Powered by Google App Engine
This is Rietveld 408576698