summaryrefslogtreecommitdiff
path: root/src/Makefile.W32
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-08-12 16:30:33 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-08-12 16:30:33 +0200
commit561646e33cee7d2437b2732c484d2ea22312e925 (patch)
tree11e4899f6b413b179a48d57ef0576b25514463de /src/Makefile.W32
parentbb12c70e96e7fa3b13335dbfe877dfc68861237f (diff)
downloadcrawler-561646e33cee7d2437b2732c484d2ea22312e925.tar.gz
crawler-561646e33cee7d2437b2732c484d2ea22312e925.tar.bz2
better naming of modules
Diffstat (limited to 'src/Makefile.W32')
-rwxr-xr-xsrc/Makefile.W326
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile.W32 b/src/Makefile.W32
index a3dd050..b1fd26f 100755
--- a/src/Makefile.W32
+++ b/src/Makefile.W32
@@ -48,8 +48,8 @@ local_distclean:
local_test:
copy_prereq:
+ @-copy "$(ICU_DIR)\bin\icuuc49.dll" . >NUL
+ @-copy "$(ICU_DIR)\bin\icudt49.dll" . >NUL
run: copy_prereq
- @-echo echo Running Crawlingwolf... > test.bat
- @-echo crawlingwolf.exe >> test.bat
- @-test.bat
+ @-crawlingwolf.exe