summaryrefslogtreecommitdiff
path: root/src/Makefile.W32
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.W32')
-rwxr-xr-xsrc/Makefile.W323
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.W32 b/src/Makefile.W32
index 6845288..386a857 100755
--- a/src/Makefile.W32
+++ b/src/Makefile.W32
@@ -1,6 +1,6 @@
TOPDIR = ..
-SUBDIRS = libutil liblogger libcrawler modules crawl
+SUBDIRS = libutil liblogger libcrawler libluaglue modules crawl
!INCLUDE $(TOPDIR)\makefiles\nmake\sub.mk
@@ -18,6 +18,7 @@ copy_prereq:
@-copy "$(TOPDIR)\src\libutil\util.dll" . >NUL
@-copy "$(TOPDIR)\src\liblogger\logger.dll" . >NUL
@-copy "$(TOPDIR)\src\libcrawler\crawler.dll" . >NUL
+ @-copy "$(TOPDIR)\src\libluaglue\luaglue.dll" . >NUL
run: copy_prereq
@-crawl\crawl.exe