From 8264f32b2233c1f46446c51ea5a2983fd9f76497 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 11 Aug 2012 18:42:26 +0200 Subject: google url normalization works on Windows, test1 must be improved: there are linking problems (/DSHARED in *.lib normalization libraries produce clashing registry structures) --- googleurl/Makefile.W32 | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'googleurl') diff --git a/googleurl/Makefile.W32 b/googleurl/Makefile.W32 index b2af6be..81bf240 100755 --- a/googleurl/Makefile.W32 +++ b/googleurl/Makefile.W32 @@ -9,12 +9,14 @@ INCLUDE_CXXFLAGS = \ /DNDEBUG /DWIN32 INCLUDE_DIRS = \ - /I. + /I. \ + /I"$(ICU_DIR)\include" INCLUDE_LDFLAGS = \ - + /LIBPATH:"$(ICU_DIR)\lib" + INCLUDE_LIBS = \ - + CPP_OBJS = \ url_canon_etc.obj \ url_canon_filesystemurl.obj \ -- cgit v1.2.3-54-g00ecf