From e84dc04f23431129eb663fcf28f45602ffa39352 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Wed, 8 Oct 2014 16:02:04 +0200 Subject: more windows fixes --- src/Makefile.W32 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/Makefile.W32 b/src/Makefile.W32 index 386a857..1b9e068 100755 --- a/src/Makefile.W32 +++ b/src/Makefile.W32 @@ -19,6 +19,7 @@ copy_prereq: @-copy "$(TOPDIR)\src\liblogger\logger.dll" . >NUL @-copy "$(TOPDIR)\src\libcrawler\crawler.dll" . >NUL @-copy "$(TOPDIR)\src\libluaglue\luaglue.dll" . >NUL + @-copy "$(TOPDIR)\lua\src\lua52.dll" . >NUL run: copy_prereq - @-crawl\crawl.exe + @-crawl\crawl.exe crawl\crawl.conf -- cgit v1.2.3-54-g00ecf