summaryrefslogtreecommitdiff
path: root/src/Makefile.W32
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-09-10 10:33:38 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-09-10 10:33:38 +0200
commita3cc8b970a24e1970275f0e8032bf6b221d3e235 (patch)
tree8f69aa22ef6abf18457db3d923fbb1feaf2c5a48 /src/Makefile.W32
parentdcc75cfbc4e5069038f0ec9929d1000f1630e382 (diff)
downloadcrawler-a3cc8b970a24e1970275f0e8032bf6b221d3e235.tar.gz
crawler-a3cc8b970a24e1970275f0e8032bf6b221d3e235.tar.bz2
libutil move and liblogger rename on Windows
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