summaryrefslogtreecommitdiff
path: root/src/modules/deduper/null/Makefile.W32
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/deduper/null/Makefile.W32')
-rwxr-xr-xsrc/modules/deduper/null/Makefile.W3213
1 files changed, 11 insertions, 2 deletions
diff --git a/src/modules/deduper/null/Makefile.W32 b/src/modules/deduper/null/Makefile.W32
index e01235f..e0d6c60 100755
--- a/src/modules/deduper/null/Makefile.W32
+++ b/src/modules/deduper/null/Makefile.W32
@@ -11,12 +11,21 @@ INCLUDE_DIRS = \
/I. \
/I$(TOPDIR)\src \
/I$(TOPDIR)\include\module \
- /I$(TOPDIR)\include\util
+ /I$(TOPDIR)\include\util \
+ /I$(TOPDIR)\include\crawler
+
+copy_prereq:
+ @-copy "$(ICU_DIR)\bin\icuuc49.dll" . >NUL
+ @-copy "$(ICU_DIR)\bin\icudt49.dll" . >NUL
+ @-copy "$(TOPDIR)\src\logger\logger.dll" . >NUL
+
+run: copy_prereq
+ @-crawl.exe
INCLUDE_LDFLAGS = \
INCLUDE_LIBS = \
- $(TOPDIR)\src\crawler.lib
+ $(TOPDIR)\src\libcrawler\crawler.lib
DYNAMIC_MODULE = \
mod_deduper_null.dll