summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-08-21 10:24:58 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-08-21 10:24:58 +0200
commitf41b41ee6655b8a0f164f993f196099d84c99db2 (patch)
treefbecd765c1e02b577bf4074524d49088bab6e707 /src
parent0cbe0d7da7c775da8395dbfac7e4d611baeef23f (diff)
downloadcrawler-f41b41ee6655b8a0f164f993f196099d84c99db2.tar.gz
crawler-f41b41ee6655b8a0f164f993f196099d84c99db2.tar.bz2
-
Diffstat (limited to 'src')
-rwxr-xr-xsrc/GNUmakefile1
-rw-r--r--src/Logger.cpp2
-rwxr-xr-xsrc/Makefile.W327
3 files changed, 3 insertions, 7 deletions
diff --git a/src/GNUmakefile b/src/GNUmakefile
index 5e7a5b6..9cc0f48 100755
--- a/src/GNUmakefile
+++ b/src/GNUmakefile
@@ -26,7 +26,6 @@ endif
LOCAL_STATIC_LIB_OBJS = \
URL.o \
MIMEType.o \
- Logger.o \
SpoolRewindInputStream.o
CPP_OBJS = \
diff --git a/src/Logger.cpp b/src/Logger.cpp
deleted file mode 100644
index 627f323..0000000
--- a/src/Logger.cpp
+++ /dev/null
@@ -1,2 +0,0 @@
-#include "Logger.hpp"
-
diff --git a/src/Makefile.W32 b/src/Makefile.W32
index bfdf1c4..1712414 100755
--- a/src/Makefile.W32
+++ b/src/Makefile.W32
@@ -19,7 +19,6 @@ LOCAL_STATIC_LIB_OBJS = \
win32\stringutils.obj \
URL.obj \
MIMEType.obj \
- Logger.obj \
SpoolRewindInputStream.obj
LOCAL_STATIC_LIB = \
@@ -29,11 +28,11 @@ CPP_OBJS = \
$(LOCAL_STATIC_LIB_OBJS)
CPP_BINS = \
- crawler.exe
+ crawl.exe
!INCLUDE $(TOPDIR)\makefiles\nmake\sub.mk
-crawler.exe: crawler.obj $(CPP_OBJS)
+crawl.exe: crawl.obj $(CPP_OBJS)
$(LOCAL_STATIC_LIB): $(LOCAL_STATIC_LIB_OBJS)
$(LINK) /lib /nologo /out:$@ $(STATIC_LDFLAGS) $?
@@ -54,4 +53,4 @@ copy_prereq:
@-copy "$(ICU_DIR)\bin\icudt49.dll" . >NUL
run: copy_prereq
- @-crawler.exe
+ @-crawl.exe