summaryrefslogtreecommitdiff
path: root/src/Makefile.W32
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2014-09-28 17:12:59 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2014-09-28 17:12:59 +0200
commit4a4b43fa3cf1bd379ee1eb53223d63fa0358bcc5 (patch)
tree491130594993459ee80f199f061b20fa7c89f333 /src/Makefile.W32
parent1b53904e4e7d596bc50dbddb17a101cf23ee8b6d (diff)
downloadcrawler-4a4b43fa3cf1bd379ee1eb53223d63fa0358bcc5.tar.gz
crawler-4a4b43fa3cf1bd379ee1eb53223d63fa0358bcc5.tar.bz2
some lua work
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