summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-09-06 22:24:35 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-09-06 22:24:35 +0200
commit77bf153e1fa69fa151f32aedd400d5b51220b701 (patch)
tree63bed8bf26f64ae2012998c1095a57f0bbcd6de8 /src
parent13fc9a7da5111f4ddba942d3c6b6b8654ce395d6 (diff)
downloadcrawler-77bf153e1fa69fa151f32aedd400d5b51220b701.tar.gz
crawler-77bf153e1fa69fa151f32aedd400d5b51220b701.tar.bz2
works on Windows, after all the moved
Diffstat (limited to 'src')
-rwxr-xr-xsrc/libcrawler/Makefile.W322
-rwxr-xr-xsrc/modules/processor/htmllinkextract/Makefile.W323
-rwxr-xr-xsrc/modules/urlseen/memory/Makefile.W325
3 files changed, 6 insertions, 4 deletions
diff --git a/src/libcrawler/Makefile.W32 b/src/libcrawler/Makefile.W32
index ab18d2c..9a734ce 100755
--- a/src/libcrawler/Makefile.W32
+++ b/src/libcrawler/Makefile.W32
@@ -38,7 +38,7 @@ local_all: $(DYNAMIC_LIB)
local_clean:
@-erase $(DYNAMIC_LIB) 2>NUL
- @-erase win32\*.obj 2>NUL
+ @-erase win32\*.obj win32\*.dllobj 2>NUL
local_distclean:
diff --git a/src/modules/processor/htmllinkextract/Makefile.W32 b/src/modules/processor/htmllinkextract/Makefile.W32
index 8229f18..1a53fec 100755
--- a/src/modules/processor/htmllinkextract/Makefile.W32
+++ b/src/modules/processor/htmllinkextract/Makefile.W32
@@ -13,13 +13,14 @@ INCLUDE_DIRS = \
/I$(TOPDIR)\include\module \
/I$(TOPDIR)\include\util \
/I$(TOPDIR)\include\logger \
+ /I$(TOPDIR)\include\crawler \
/I$(TOPDIR)\streamhtmlparser
INCLUDE_LDFLAGS = \
INCLUDE_LIBS = \
$(TOPDIR)\streamhtmlparser\streamhtmlparser.lib \
- $(TOPDIR)\src\crawler.lib
+ $(TOPDIR)\src\libcrawler\crawler.lib
DYNAMIC_MODULE = \
mod_processor_htmllinkextract.dll
diff --git a/src/modules/urlseen/memory/Makefile.W32 b/src/modules/urlseen/memory/Makefile.W32
index c01f800..717f69c 100755
--- a/src/modules/urlseen/memory/Makefile.W32
+++ b/src/modules/urlseen/memory/Makefile.W32
@@ -12,12 +12,13 @@ INCLUDE_DIRS = \
/I$(TOPDIR)\src \
/I$(TOPDIR)\include\module \
/I$(TOPDIR)\include\util \
- /I$(TOPDIR)\include\logger
+ /I$(TOPDIR)\include\logger \
+ /I$(TOPDIR)\include\crawler
INCLUDE_LDFLAGS = \
INCLUDE_LIBS = \
- $(TOPDIR)\src\crawler.lib \
+ $(TOPDIR)\src\libcrawler\crawler.lib \
$(TOPDIR)\src\logger\logger.lib
DYNAMIC_MODULE = \