aboutsummaryrefslogtreecommitdiffstats
path: root/win32
diff options
context:
space:
mode:
authorRob Richards <rrichards@cdatazone.org>2010-11-10 10:13:51 -0500
committerRob Richards <rrichards@cdatazone.org>2010-11-10 10:13:51 -0500
commit364e3d2b054656f2cf97594365d15b2ddb72a9ed (patch)
treec212427bdb1b48353624dee79969ef1ce86c27ab /win32
parent00819877651b87842ed878898ba17dba489820f0 (diff)
downloadandroid_external_libxml2-364e3d2b054656f2cf97594365d15b2ddb72a9ed.tar.gz
android_external_libxml2-364e3d2b054656f2cf97594365d15b2ddb72a9ed.tar.bz2
android_external_libxml2-364e3d2b054656f2cf97594365d15b2ddb72a9ed.zip
fix win build
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile.msvc6
1 files changed, 3 insertions, 3 deletions
diff --git a/win32/Makefile.msvc b/win32/Makefile.msvc
index bd0eb9d3..ff4c960a 100644
--- a/win32/Makefile.msvc
+++ b/win32/Makefile.msvc
@@ -71,9 +71,9 @@ LIBS = $(LIBS) wsock32.lib ws2_32.lib
!if "$(WITH_ICONV)" == "1"
LIBS = $(LIBS) iconv.lib
!endif
-+!if "$(WITH_ICU)" == "1"
-+LIBS = $(LIBS) icu.lib
-+!endif
+!if "$(WITH_ICU)" == "1"
+LIBS = $(LIBS) icu.lib
+!endif
!if "$(WITH_ZLIB)" == "1"
LIBS = $(LIBS) zdll.lib
!endif