From 0fdd066c566564a786e9070fbfb82a0b70bd1790 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Tue, 14 Oct 2014 11:45:25 +0200 Subject: adapted google url normlazier Lua binding for Windows adapting cralwer to link work with Lua on windows (work in progress) --- tests/url/Makefile.W32 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/url/Makefile.W32') diff --git a/tests/url/Makefile.W32 b/tests/url/Makefile.W32 index 93e6494..b4d51b4 100755 --- a/tests/url/Makefile.W32 +++ b/tests/url/Makefile.W32 @@ -52,8 +52,8 @@ local_clean: local_distclean: local_test: - @-copy "$(ICU_DIR)\bin\icuuc49.dll" . >NUL - @-copy "$(ICU_DIR)\bin\icudt49.dll" . >NUL + @-copy "$(ICU_DIR)\bin\icuuc52d.dll" . >NUL + @-copy "$(ICU_DIR)\bin\icudt52.dll" . >NUL @-for %%m in ( simple_urlnormalizer google_urlnormalizer ) do \ @echo Using URL normalizer '%m'.. & \ @exec_test test1 test1 "parse illegal protocol" %m parse www.andreasbaumann.cc & \ -- cgit v1.2.3-54-g00ecf