summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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