summaryrefslogtreecommitdiff
path: root/src/modules/urlnormalizer/simpleurl/Makefile.W32
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-09-06 22:18:23 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-09-06 22:18:23 +0200
commit13fc9a7da5111f4ddba942d3c6b6b8654ce395d6 (patch)
treee86210e3d939911e35f930a6dc73c3ebb591243b /src/modules/urlnormalizer/simpleurl/Makefile.W32
parentf5c586f7231f7e033c5528bcefea357e4e64441c (diff)
downloadcrawler-13fc9a7da5111f4ddba942d3c6b6b8654ce395d6.tar.gz
crawler-13fc9a7da5111f4ddba942d3c6b6b8654ce395d6.tar.bz2
more splitting into libcrawl, crawl binary
moved more public header to 'include' changed approach for dynamic linking on Windows
Diffstat (limited to 'src/modules/urlnormalizer/simpleurl/Makefile.W32')
-rwxr-xr-xsrc/modules/urlnormalizer/simpleurl/Makefile.W325
1 files changed, 3 insertions, 2 deletions
diff --git a/src/modules/urlnormalizer/simpleurl/Makefile.W32 b/src/modules/urlnormalizer/simpleurl/Makefile.W32
index 69e732a..2a26e9c 100755
--- a/src/modules/urlnormalizer/simpleurl/Makefile.W32
+++ b/src/modules/urlnormalizer/simpleurl/Makefile.W32
@@ -11,12 +11,13 @@ INCLUDE_DIRS = \
/I. \
/I$(TOPDIR)\src \
/I$(TOPDIR)\include\module \
- /I$(TOPDIR)\include\util
+ /I$(TOPDIR)\include\util \
+ /I$(TOPDIR)\include\crawler
INCLUDE_LDFLAGS = \
INCLUDE_LIBS = \
- $(TOPDIR)\src\crawler.lib
+ $(TOPDIR)\src\libcrawler\crawler.lib
DYNAMIC_MODULE = \
mod_urlnormalizer_simple.dll