summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-08-21 10:25:30 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-08-21 10:25:30 +0200
commit03842ac0acc2a204c139181ea45f7047c3ea548a (patch)
tree649e1e15674ea4d34a5e92cf67a6deed817b00be /src
parentb175c6baa49261a30f42aa1c6b8ca746377581a5 (diff)
parentf41b41ee6655b8a0f164f993f196099d84c99db2 (diff)
downloadcrawler-03842ac0acc2a204c139181ea45f7047c3ea548a.tar.gz
crawler-03842ac0acc2a204c139181ea45f7047c3ea548a.tar.bz2
Merge branch 'master' of ssh://andreasbaumann.dyndns.org:2222/crawler
Diffstat (limited to 'src')
-rwxr-xr-xsrc/GNUmakefile1
-rw-r--r--src/Logger.cpp2
-rwxr-xr-xsrc/Makefile.W329
3 files changed, 3 insertions, 9 deletions
diff --git a/src/GNUmakefile b/src/GNUmakefile
index 883e85a..1e8ecba 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 a42e579..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,13 +28,11 @@ CPP_OBJS = \
$(LOCAL_STATIC_LIB_OBJS)
CPP_BINS = \
- crawler.exe
-
-all: $(CPP_OBJS) $(CPP_BINS)
+ 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) $?
@@ -56,4 +53,4 @@ copy_prereq:
@-copy "$(ICU_DIR)\bin\icudt49.dll" . >NUL
run: copy_prereq
- @-crawler.exe
+ @-crawl.exe