summaryrefslogtreecommitdiff
path: root/src/Makefile.W32
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/Makefile.W32
parent0cbe0d7da7c775da8395dbfac7e4d611baeef23f (diff)
downloadcrawler-f41b41ee6655b8a0f164f993f196099d84c99db2.tar.gz
crawler-f41b41ee6655b8a0f164f993f196099d84c99db2.tar.bz2
-
Diffstat (limited to 'src/Makefile.W32')
-rwxr-xr-xsrc/Makefile.W327
1 files changed, 3 insertions, 4 deletions
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