summaryrefslogtreecommitdiff
path: root/src/Makefile.W32
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.W32')
-rwxr-xr-xsrc/Makefile.W325
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Makefile.W32 b/src/Makefile.W32
index 782805a..6845288 100755
--- a/src/Makefile.W32
+++ b/src/Makefile.W32
@@ -1,6 +1,6 @@
TOPDIR = ..
-SUBDIRS = libutil logger libcrawler modules crawl
+SUBDIRS = libutil liblogger libcrawler modules crawl
!INCLUDE $(TOPDIR)\makefiles\nmake\sub.mk
@@ -15,7 +15,8 @@ local_test:
copy_prereq:
@-copy "$(ICU_DIR)\bin\icuuc49.dll" . >NUL
@-copy "$(ICU_DIR)\bin\icudt49.dll" . >NUL
- @-copy "$(TOPDIR)\src\logger\logger.dll" . >NUL
+ @-copy "$(TOPDIR)\src\libutil\util.dll" . >NUL
+ @-copy "$(TOPDIR)\src\liblogger\logger.dll" . >NUL
@-copy "$(TOPDIR)\src\libcrawler\crawler.dll" . >NUL
run: copy_prereq