summaryrefslogtreecommitdiff
path: root/src/Makefile.W32
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-08-12 17:43:31 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-08-12 17:43:31 +0200
commit63929b266e3000374c5e5161e4495d64142b907e (patch)
tree322651caeb4bbd50d02363fe488ea6bf127e09d9 /src/Makefile.W32
parent33aedc4334997239a14d1cf287031a9a9c3a3a13 (diff)
downloadcrawler-63929b266e3000374c5e5161e4495d64142b907e.tar.gz
crawler-63929b266e3000374c5e5161e4495d64142b907e.tar.bz2
improved error handling in module loader
crawlingwolf.exe starts on Windows, fetcher still missing
Diffstat (limited to 'src/Makefile.W32')
-rwxr-xr-xsrc/Makefile.W323
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.W32 b/src/Makefile.W32
index b1fd26f..c44711d 100755
--- a/src/Makefile.W32
+++ b/src/Makefile.W32
@@ -15,6 +15,7 @@ INCLUDE_LDFLAGS = \
INCLUDE_LIBS = \
LOCAL_STATIC_LIB_OBJS = \
+ win32\errormsg.obj \
URL.obj \
MIMEType.obj
@@ -40,7 +41,7 @@ local_all: $(LOCAL_STATIC_LIB)
local_clean:
@-erase $(LOCAL_STATIC_LIB) 2>NUL
- @-erase $(CPP_OBJS) 2>NUL
+ @-erase $(CPP_OBJS) win32\*.obj 2>NUL
@-erase test.bat 2>NUL
local_distclean: