[libxml2] fix win build
- From: Rob Richards <rrichard src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libxml2] fix win build
- Date: Wed, 10 Nov 2010 15:15:14 +0000 (UTC)
commit 364e3d2b054656f2cf97594365d15b2ddb72a9ed
Author: Rob Richards <rrichards cdatazone org>
Date: Wed Nov 10 10:13:51 2010 -0500
fix win build
win32/Makefile.msvc | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/win32/Makefile.msvc b/win32/Makefile.msvc
index bd0eb9d..ff4c960 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]